summaryrefslogtreecommitdiff
path: root/tests/import-replay.sh
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-06-28 22:46:39 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-06-28 22:46:39 +0200
commit4c5331b9b5633fd500c79ada42fc08b3cb986631 (patch)
tree60c50ff32a285a4e99eb651032b03e731d1dca3c /tests/import-replay.sh
parenta07cbfd67849b98a881f930e12e07c429e604ac4 (diff)
Fixed issues identified through comparison with the official engine
Diffstat (limited to 'tests/import-replay.sh')
-rwxr-xr-xtests/import-replay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import-replay.sh b/tests/import-replay.sh
index 51a7b83..216c235 100755
--- a/tests/import-replay.sh
+++ b/tests/import-replay.sh
@@ -5,7 +5,7 @@
logname=$(basename $1)
-mkdir $logname
+mkdir replays/$logname
cp $1/A*.csv replays/$logname/A-log.csv
cp $1/B*.csv replays/$logname/B-log.csv
cp $1/Round\ 001/A*/JsonMap.json replays/$logname/A-init.json