summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/test.yml b/azure/test.yml
index 3f6963c706..16ffa0fcfa 100644
--- a/azure/test.yml
+++ b/azure/test.yml
@@ -12,7 +12,7 @@ steps:
export TEST_PHP_JUNIT=junit.xml
export REPORT_EXIT_STATUS=no
export SKIP_IO_CAPTURE_TESTS=1
- export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
+ export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
rm -rf junit.xml | true
php run-tests.php -P -q \
-j$(/usr/bin/nproc) \