summaryrefslogtreecommitdiff
path: root/tests/import-replay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import-replay.sh')
-rwxr-xr-xtests/import-replay.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/import-replay.sh b/tests/import-replay.sh
deleted file mode 100755
index 216c235..0000000
--- a/tests/import-replay.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#/bin/sh
-
-# $1: The match-log directory
-# Should be run from the tests directory.
-
-logname=$(basename $1)
-
-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
-cp $1/Round\ 001/B*/JsonMap.json replays/$logname/B-init.json