nir: Add and use nir_foreach_block_unstructured helpers
[mesa.git] / .gitlab-ci / tracie-runner-vk.sh
index a3e13f6c1b4759facfa4988a5813995e64d0328c..f046b7c9b4052f571f6954708b5282e21dca3ba1 100755 (executable)
@@ -21,7 +21,7 @@ export DXVK_LOG_LEVEL="none"
 export DXVK_STATE_CACHE=0
 
 # Perform a self-test to ensure tracie is working properly.
-"$INSTALL/tracie/tests/test.sh"
+python3 -m pytest -v --pyargs $INSTALL/tracie/tests/test.py
 
 # Sanity check to ensure that our environment is sufficient to make our tests
 # run against the Mesa built by CI, rather than any installed distro version.