File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ jobs:
191
191
- if : runner.os == 'Linux'
192
192
name : run cpython platform-independent tests
193
193
run :
194
- target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
194
+ target/release/rustpython -m test -j 1 -u all -w - -slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
195
195
- if : runner.os != 'Windows'
196
196
name : run cpython platform-dependent tests
197
- run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
197
+ run : target/release/rustpython -m test -j 1 -u all -w - -slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
198
198
- if : runner.os == 'Windows'
199
199
name : run cpython platform-dependent tests (windows partial - fixme)
200
200
run :
201
- target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
201
+ target/release/rustpython -m test -j 1 -u all -w - -slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
202
202
test_bool
203
203
test_cgi
204
204
test_exception_hierarchy
You can’t perform that action at this time.
0 commit comments