Skip to content

Commit

Permalink
small script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Nov 30, 2023
1 parent c7ae108 commit 75a0858
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 75a0858

Please sign in to comment.