# the failed one.
#
# if, however, the flag `stop_on_error=on' was given, the
-# check command fails whenever teh output differs from the
+# check command fails whenever the output differs from the
# precomputed file.
#
# as to finding which output file to compare with: we simply
############################################################
report:
@for test in $(sort $(tests)) ; do \
+ if (($(MAKE) $$test/output 2>&1) > /dev/null); then \
if (($(MAKE) $$test/OK stop_on_error=on 2>&1) > /dev/null); then \
echo `date -u +"%Y-%m-%d %H:%M"` " + $(WORKDIR)/$$test" ; \
else \
echo `date -u +"%Y-%m-%d %H:%M"` " 0 $(WORKDIR)/$$test" ; \
fi ; \
+ fi ; \
done
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams