summaryrefslogtreecommitdiff
path: root/tests/replays
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-04-25 16:50:06 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-04-25 16:50:06 +0200
commit510767263a0060ad13b2488a9402b1d176ad65ef (patch)
tree8f5d1dc7bb290c01c54f30b4ebe2868d8ac80272 /tests/replays
parent5c957c0c8e928cbe64eb8a84733d649fd32642ef (diff)
Test that match replay matches my simulation
Diffstat (limited to 'tests/replays')
-rwxr-xr-xtests/replays/import-replay.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/replays/import-replay.sh b/tests/replays/import-replay.sh
deleted file mode 100755
index 034efed..0000000
--- a/tests/replays/import-replay.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#/bin/sh
-
-# $1: The match-log directory
-# Should be run from the target directory
-
-logname=$(basename $1)
-
-mkdir $logname
-cp $1/A*.csv $logname/A-log.csv
-cp $1/B*.csv $logname/B-log.csv
-cp $1/Round\ 001/A*/JsonMap.json $logname/A-init.json
-cp $1/Round\ 001/B*/JsonMap.json $logname/B-init.json