diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 15:20:00 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 15:20:00 -0800 |
commit | b059bff95ff941ce3c0ee97c573f4a46bcd3db0e (patch) | |
tree | 136927d75fb4c4e60dc40d5f9ef3b122bcbe54b5 /xts5 | |
parent | 834d7a96932570de2851fd6c5bb6b75db812571b (diff) |
xts5: Set check output directory like xts-run
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 |