From 3397aef0b0b6e83808547ac2ccc369943dc830dd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 16 May 2020 12:04:48 -0400 Subject: [PATCH] Fix test_core.sh --- build/test_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test_core.sh b/build/test_core.sh index c8945bbb02..86387dafa9 100755 --- a/build/test_core.sh +++ b/build/test_core.sh @@ -10,7 +10,7 @@ source ~/.nvm/nvm.sh && nvm install 10 if [[ ! -z "${TGS4_TEST_CONNECTION_STRING}" ]]; then ./integration_test.sh exit -else +fi cd tests/Tgstation.Server.Api.Tests