Skip to content

Commit

Permalink
fix coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Aug 8, 2024
1 parent e395b31 commit af26500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-show-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ if test $run -gt 0; then
Windows_NT) profdir="$(cygpath -m -- "$PWD")" ;;
*) profdir="$PWD" ;;
esac
LLVM_PROFILE_FILE="$profdir/${prof}.profraw" "$exe" --gpu-debug full --vsync on
LLVM_PROFILE_FILE="$profdir/${prof}.profraw" \
"$exe" --magnum-gpu-validation=full --vsync=1
fi

if test $generate -gt 0; then
Expand Down

0 comments on commit af26500

Please sign in to comment.