]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Don't exit when a test fails
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Nov 2013 16:56:55 +0000 (17:56 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Nov 2013 16:57:49 +0000 (17:57 +0100)
tests/Makefile

index 748b82abeaebfc64c0582ac3213e6d400916d665..0f2753659f26b7720e350852a08b5d67d9ea010f 100644 (file)
@@ -20,4 +20,4 @@ ALL_TESTS = $(foreach rule,$(RULES),$(foreach script,$(wvtest_SCRIPTS),$(rule)/$
 wvtest: $(ALL_TESTS)
 
 $(ALL_TESTS):
-       LC_ALL=C OMK_RULES=$(patsubst %/,%,$(dir $@)) ./$(notdir $@)
+       -LC_ALL=C OMK_RULES=$(patsubst %/,%,$(dir $@)) ./$(notdir $@)