We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d8c43 commit 6edab36Copy full SHA for 6edab36
azure/test.yml
@@ -13,6 +13,7 @@ steps:
13
export REPORT_EXIT_STATUS=no
14
export SKIP_IO_CAPTURE_TESTS=1
15
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
16
+ export ASAN_OPTIONS=fast_unwind_on_malloc=0
17
rm -rf junit.xml | true
18
php run-tests.php -P -q \
19
-j$(/usr/bin/nproc) \
@@ -21,7 +22,8 @@ steps:
21
22
--show-diff \
23
--show-slow 1000 \
24
--set-timeout 120 \
- ${{ parameters.runTestsParameters }}
25
+ ${{ parameters.runTestsParameters }} \
26
+ ext/ldap
27
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
28
condition: or(succeeded(), failed())
29
- task: PublishTestResults@2
0 commit comments