Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Nov 29, 2023
1 parent 4c2eeb0 commit 2d785c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VortexEngine/tests/record_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mv $TEMP_FILE $FILE
if [ "$QUIET" -eq 0 ]; then
echo -e "\e[96mOK\e[0m"
else
echo -e "."
echo -n "."
fi
if [ "$VALIDATE" -eq 1 ]; then
$VORTEX $ARGS --no-timestep --color <<< $INPUT
Expand Down
2 changes: 1 addition & 1 deletion VortexEngine/tests/recordtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function record_tests() {
# Wait for all background jobs to finish
wait

if [ "$QUIET" -eq 1]; then
if [ "$QUIET" -eq 1 ]; then
echo ". Complete"
fi
echo "All tests recorded successfully!"
Expand Down

0 comments on commit 2d785c4

Please sign in to comment.