Lines Matching refs:log

295 am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
305 if ((getline line2 < ($$0 ".log")) < 0) \
322 close ($$0 ".log"); \
325 # standard input, create the global log from their .trs and .log files.
359 while ((rc = (getline line < ($$0 ".log"))) != 0) \
362 fatal("failed to read from " $$0 ".log"); \
368 close ($$0 ".log"); \
382 # directory for the log if needed. Stores in $dir the directory
383 # containing $f, in $tst the test, in $log the log. Executes the
402 tst=$$dir$$f; log='$@'; \
417 # the '.log' extension removed). The result is saved in the shell variable
419 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
424 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
428 TEST_SUITE_LOG = test-suite.log
438 *) b=`echo '$@' | sed 's/\.log$$//'`; \
443 am__test_logs1 = $(TESTS:=.log)
444 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
445 TEST_LOGS = $(am__test_logs2:.test.log=.log)
771 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
923 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
924 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
926 .log.trs:
932 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
940 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
943 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
961 test -f $$i.log && test -r $$i.log \
962 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1044 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1047 log_list=`for i in $$bases; do echo $$i.log; done`; \
1057 log_list=`for i in $$bases; do echo $$i.log; done`; \
1063 first-test.log: first-test$(EXEEXT)
1067 --log-file $$b.log --trs-file $$b.trs \
1070 smeartest.log: smeartest$(EXEEXT)
1074 --log-file $$b.log --trs-file $$b.trs \
1077 .test.log:
1081 --log-file $$b.log --trs-file $$b.trs \
1084 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1088 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1151 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)