Lines Matching defs:log
371 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
381 if ((getline line2 < ($$0 ".log")) < 0) \
398 close ($$0 ".log"); \
401 # standard input, create the global log from their .trs and .log files.
435 while ((rc = (getline line < ($$0 ".log"))) != 0) \
438 fatal("failed to read from " $$0 ".log"); \
444 close ($$0 ".log"); \
458 # directory for the log if needed. Stores in $dir the directory
459 # containing $f, in $tst the test, in $log the log. Executes the
478 tst=$$dir$$f; log='$@'; \
493 # the '.log' extension removed). The result is saved in the shell variable
495 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
500 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
505 TEST_SUITE_LOG = test-suite.log
513 *) b=`echo '$@' | sed 's/\.log$$//'`; \
518 am__test_logs1 = $(TESTS:=.log)
519 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
520 TEST_LOGS = $(am__test_logs2:.sh.log=.log)
812 run*.log \
814 test*.log \
822 .SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
1114 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1115 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1117 .log.trs:
1123 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1131 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1134 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1152 test -f $$i.log && test -r $$i.log \
1153 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1235 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1238 log_list=`for i in $$bases; do echo $$i.log; done`; \
1248 log_list=`for i in $$bases; do echo $$i.log; done`; \
1254 test-bz89617.log: test-bz89617$(EXEEXT)
1258 --log-file $$b.log --trs-file $$b.trs \
1261 test-bz131804.log: test-bz131804$(EXEEXT)
1265 --log-file $$b.log --trs-file $$b.trs \
1268 test-bz96676.log: test-bz96676$(EXEEXT)
1272 --log-file $$b.log --trs-file $$b.trs \
1275 test-name-parse.log: test-name-parse$(EXEEXT)
1279 --log-file $$b.log --trs-file $$b.trs \
1282 test-bz106632.log: test-bz106632$(EXEEXT)
1286 --log-file $$b.log --trs-file $$b.trs \
1289 test-issue107.log: test-issue107$(EXEEXT)
1293 --log-file $$b.log --trs-file $$b.trs \
1296 test-issue110.log: test-issue110$(EXEEXT)
1300 --log-file $$b.log --trs-file $$b.trs \
1303 test-d1f48f11.log: test-d1f48f11$(EXEEXT)
1307 --log-file $$b.log --trs-file $$b.trs \
1310 test-bz1744377.log: test-bz1744377$(EXEEXT)
1314 --log-file $$b.log --trs-file $$b.trs \
1317 test-issue180.log: test-issue180$(EXEEXT)
1321 --log-file $$b.log --trs-file $$b.trs \
1324 test-family-matching.log: test-family-matching$(EXEEXT)
1328 --log-file $$b.log --trs-file $$b.trs \
1331 .sh.log:
1335 --log-file $$b.log --trs-file $$b.trs \
1338 @am__EXEEXT_TRUE@.sh$(EXEEXT).log:
1342 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1408 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)