File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1212 displayName : Show layout info (${{ parameters.kind }})
1313
1414- ${{ if eq(parameters.fulltest, 'true') }} :
15- - script : .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)"
15+ - script : .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)" -i test_sundry
1616 workingDirectory : $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
1717 displayName : ${{ parameters.kind }} Tests
1818 env :
You can’t perform that action at this time.
0 commit comments