diff options
Diffstat (limited to 'xts5')
-rw-r--r-- | xts5/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Makefile.am b/xts5/Makefile.am index f4de7d9c..48a08216 100644 --- a/xts5/Makefile.am +++ b/xts5/Makefile.am @@ -25,7 +25,7 @@ bin/xts-run: bin/xts-run.in # Setup for testing TCC = $(top_builddir)/src/tet3/tcc/tcc$(EXEEXT) run_tcc = TET_ROOT='$(top_srcdir)' $(TCC) -e -a $(abs_builddir) \ - -x tetexec.cfg xts5 + -i "$(top_builddir)/xts-`date +%F-%R`" -x tetexec.cfg xts5 scenario = XTS_CONFIG = TET_ROOT='$(top_srcdir)' XSET='$(XSET)' XDPYINFO='$(XDPYINFO)' \ $(PERL) -p $(srcdir)/bin/xts-config |