| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 729ab9b commit 5ff029f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ steps: | |||
| 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_launcher | ||
| 16 | 16 | workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch) | |
| 17 | 17 | displayName: ${{ parameters.kind }} Tests | |
| 18 | 18 | env: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments