]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/Makefile
Don't exit when a test fails
[omk.git] / 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 $@)