From c3d42390f7b3a432cfff351c4296d1244691e0b5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 23 Jul 2020 09:04:10 +1000 Subject: meson.build: add the valgrind test setup, exclude python tests This way we can invoke the expected setup with meson test --setup=valgrind And because we don't care about valgrinding python script, mark that test as part of the "python-tests" suite and skip it during our CI valgrind run. Signed-off-by: Peter Hutterer Signed-off-by: Ran Benita --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c56dbb..f23e77a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: meson compile -C build - name: Test run: - meson test -C build --print-errorlogs --wrapper="valgrind --leak-check=full --track-origins=yes --error-exitcode=99" + meson test -C build --print-errorlogs --setup=valgrind --no-suite python-tests macos: runs-on: macos-10.15 -- cgit v1.2.1