regression: ensure that all binaries are updated before starting all tests
authorErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 08:08:56 +0000 (04:08 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 08:08:56 +0000 (04:08 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
run-all-tests

index 7b662345046a4e7d2d3b3a9f7a499fb89c1eb810..b381cbd90f64c78061008e16e2ce2137f0ad78dc 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 # run all unionfs regression tests
 
+# ensure that all binaries are properly built
+make || exit $?
+
 # support for nfs4 isn't ready yet
 LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3"
 for fs in $LIST