From af26500773cbc824cd1408cfdc42dd0da2f83063 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Aug 2024 14:38:52 +0200 Subject: fix coverage script --- run-show-coverage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3