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 12
12
displayName : Show layout info (${{ parameters.kind }})
13
13
14
14
- ${{ 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
16
16
workingDirectory : $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
17
17
displayName : ${{ parameters.kind }} Tests
18
18
env :
You can’t perform that action at this time.
0 commit comments