]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Small fixes in test cases
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 17:20:00 +0000 (17:20 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Apr 2008 17:20:00 +0000 (17:20 +0000)
darcs-hash:20080418172032-f2ef6-f536325aef6ce5d605e8e46b3c4d8fd51c78e714.gz

tests/use_leaf_makefiles/runtest
tests/whole_tree/runtest

index fe975a88b877f0745335449b917ea48e84522270..d83c52f0ee1c56d8dd97ae413729eee0c01b8a28 100755 (executable)
@@ -3,7 +3,7 @@
 . ../functions.sh
 
 exec 3>&1 >make.log
-make 2>&1 || canttest
+make 2>&1
 exec >&3
 grep "Makefile.omk used without leaf Makefile" make.log
 grep "Leaf Makefile included" make.log
index 82ec174b43cfc996c223c25e9e6c22bfb70f4c8f..39250087a3d0f186b351f06e5d2ff063817b4794 100755 (executable)
@@ -4,7 +4,7 @@ source ../functions.sh
 
 rm -f *.mark
 
-make -C subdir W=1 || canttest
+make -C subdir W=1
 
 [ -f 'toplevel.mark' ] || error "Toplevel make was not called".
-[ `wc -l < subdir.mark` -eq 1 ] || error "OMK_SERIALIZE do not work"
+[ `wc -l < subdir.mark` -eq 1 ] || error "OMK_SERIALIZE does not work"