Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
ignore video_test due to Failed to create SDL renderer: Couldnt find …
Browse files Browse the repository at this point in the history
…matching render driver
  • Loading branch information
MGTheTrain committed Apr 20, 2024
1 parent 09c02c1 commit 6169d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/bash/compile_source_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ echo -e "$BLUE INFO: $NC Compilation of the source code and linking binaries suc

if [ "$NoTests" = false ]; then
cd "build"
ctest --verbose -E audio_test # ignore audio_test executable in workflows
ctest --verbose -E "video_test|audio_test" # ignore audio_test and video_test executable in workflows
# ctest --verbose
fi

0 comments on commit 6169d8d

Please sign in to comment.