From 50c4f1c030a324721a22a5aaf2732a32e4ba05d6 Mon Sep 17 00:00:00 2001 From: adam-bloom Date: Mon, 5 Apr 2021 19:18:09 -0600 Subject: [PATCH] address feedback: use openrct2-cli for all CI runs --- scripts/run-tests | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/run-tests b/scripts/run-tests index 1ec0677ed2..4317a8c1fd 100755 --- a/scripts/run-tests +++ b/scripts/run-tests @@ -11,11 +11,7 @@ cd $basedir/bin # Scan objects first so that does not happen within a test echo -e "\033[0;36mBuilding OpenRCT2 repository indexes...\033[0m" -if [[ $(uname) == "Darwin" ]]; then - ./openrct2-cli scan-objects -else - ./openrct2 scan-objects -fi +./openrct2-cli scan-objects if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then # Now run all the tests