From 0b95f57418d5ebc181a819f197c91457bcc4cf0e Mon Sep 17 00:00:00 2001 From: matt wartell Date: Tue, 16 May 2023 15:52:20 -0400 Subject: [PATCH] removed tools/run_scenario_configs.sh this was causing new git clones to be dirty immediately after cloning. soooo weird! (msw & cjw) --- tools/run_scenario_configs.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 tools/run_scenario_configs.sh diff --git a/tools/run_scenario_configs.sh b/tools/run_scenario_configs.sh deleted file mode 100755 index f6fc7016a..000000000 --- a/tools/run_scenario_configs.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Outputs log files. Usage: ./tools/run_scenario_configs.sh -for FILE in ./scenario_configs/*json; -do - echo "armory run $FILE --check" - python -m armory run $FILE --check > $FILE.log 2>$FILE_error.log -done