Skip to content

Commit

Permalink
Merge branch 'master' into handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Nov 30, 2023
2 parents 09405b6 + 75a0858 commit 0f1b6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VortexEngine/tests/recordtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f1b6e4

Please sign in to comment.