diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-08 14:38:52 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-08 14:38:52 +0200 |
| commit | af26500773cbc824cd1408cfdc42dd0da2f83063 (patch) | |
| tree | f0dd3970ffc87cdeae55d1c04673c3948d9ceda2 | |
| parent | e395b312cfb2c83124a584a4f714d45bc83f1f0c (diff) | |
fix coverage script
| -rw-r--r-- | run-show-coverage.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run-show-coverage.sh b/run-show-coverage.sh index 9b5f6974..f2fe844e 100644 --- a/run-show-coverage.sh +++ b/run-show-coverage.sh @@ -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 |
