From: Erez_Zadok Date: Fri, 29 Jun 2007 08:08:56 +0000 (-0400) Subject: regression: ensure that all binaries are updated before starting all tests X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=3e2b8f555fe83ae821c9fc04830e4e1f69837aa5;p=unionfs-regression-odf.git regression: ensure that all binaries are updated before starting all tests Signed-off-by: Erez Zadok --- diff --git a/run-all-tests b/run-all-tests index 7b66234..b381cbd 100755 --- a/run-all-tests +++ b/run-all-tests @@ -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