From 510767263a0060ad13b2488a9402b1d176ad65ef Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 25 Apr 2019 16:50:06 +0200 Subject: Test that match replay matches my simulation --- tests/replays/import-replay.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 tests/replays/import-replay.sh (limited to 'tests/replays') 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 -- cgit v1.2.3