From 75a0858b9ea2410095e4f77e67bd6333f0a0a143 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 30 Nov 2023 12:29:50 -0800 Subject: [PATCH] small script fix --- VortexEngine/tests/recordtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VortexEngine/tests/recordtests.sh b/VortexEngine/tests/recordtests.sh index 78694cf0d6..77c50eeecc 100644 --- a/VortexEngine/tests/recordtests.sh +++ b/VortexEngine/tests/recordtests.sh @@ -68,7 +68,7 @@ if [ -z "$TARGETREPO" ]; then fi echo -e -n "\e[33mBuilding Vortex...\e[0m" -make -C ../ &> /dev/null +make -j -C ../ &> /dev/null if [ $? -ne 0 ]; then echo -e "\e[31mFailed to build Vortex!\e[0m" exit