Whamcloud - gitweb
Add a start on the bare-bones acceptance test for CVS HEAD merges, which
authoradilger <adilger>
Wed, 13 Nov 2002 21:54:48 +0000 (21:54 +0000)
committeradilger <adilger>
Wed, 13 Nov 2002 21:54:48 +0000 (21:54 +0000)
I'm now running against the HEAD to see that it actually passes.

lustre/tests/acceptance-small.sh [new file with mode: 0755]

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
new file mode 100755 (executable)
index 0000000..6a3a2a9
--- /dev/null
@@ -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