diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-10 15:00:53 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-10-10 15:02:25 -0700 |
commit | 62d46668a712e4bc640804c3ae035f5c4817bd9d (patch) | |
tree | 88b432dfd79f451fb831e91a51bba98f95a88c94 /xts5/bin | |
parent | efc818e36271b535e2afd44243e94d2c2e1bcf60 (diff) |
xts-run: No need to pass journal file
The journal file will default to $results_dir/journal, which is what we
want anyway.
Diffstat (limited to 'xts5/bin')
-rw-r--r-- | xts5/bin/xts-run.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/bin/xts-run.in b/xts5/bin/xts-run.in index 32c4cabd..58a48d1b 100644 --- a/xts5/bin/xts-run.in +++ b/xts5/bin/xts-run.in @@ -63,4 +63,4 @@ if [ ! -d "$outdir" ] && ! mkdir -p "$outdir"; then exit 1 fi -"$TCC" -e -i "$outdir" -j "$outdir/journal" -x "$config" xts5 $scenario +"$TCC" -e -i "$outdir" -x "$config" xts5 $scenario |