projects
/
unionfs-regression-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d9e8a
)
regression: ensure that all binaries are updated before starting all tests
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Fri, 29 Jun 2007 08:08:56 +0000
(
04:08
-0400)
committer
Erez_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
patch
|
blob
|
history
diff --git
a/run-all-tests
b/run-all-tests
index 7b662345046a4e7d2d3b3a9f7a499fb89c1eb810..b381cbd90f64c78061008e16e2ce2137f0ad78dc 100755
(executable)
--- 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