From 3f5492b2bb67326be43cd7c5ba02ccf0ba1ae0e3 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 21:27:56 +0200 Subject: Refile for merging repos --- tests/import-replay.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 tests/import-replay.sh (limited to 'tests/import-replay.sh') 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 -- cgit v1.2.3