From: adilger Date: Wed, 13 Nov 2002 21:54:48 +0000 (+0000) Subject: Add a start on the bare-bones acceptance test for CVS HEAD merges, which X-Git-Tag: 0.5.17~11 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4084105a9e7888ef1252eeb57f46a61f44038d3d;p=fs%2Flustre-release.git Add a start on the bare-bones acceptance test for CVS HEAD merges, which I'm now running against the HEAD to see that it actually passes. --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh new file mode 100755 index 0000000..6a3a2a9 --- /dev/null +++ b/lustre/tests/acceptance-small.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# script which _must_ complete successfully (at minimum) before checkins to +# the CVS HEAD are allowed. +set -vxe +sh local.sh +sh runtests --reformat local.xml + +sh lov.sh +sh runtests --reformat lov.xml + +export NAME=local +sh llmount.sh +sh sanity +sh rundbench 1 +sh llmountcleanup.sh + +export NAME=lov +llmount.sh +sh sanity +sh rundbench 1 +sh llmountcleanup.sh