File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266
266
env :
267
267
BITCOINFUZZ : ' ${{ github.workspace }}\build\bin\Release\fuzz.exe'
268
268
run : |
269
- py -3 test\fuzz\test_runner.py --par $NUMBER_OF_PROCESSORS --loglevel DEBUG "${RUNNER_TEMP}\qa-assets\fuzz_corpora"
269
+ py -3 test\\ fuzz\ \test_runner.py --par $NUMBER_OF_PROCESSORS --loglevel DEBUG "${RUNNER_TEMP}\qa-assets\fuzz_corpora"
270
270
271
271
windows-cross :
272
272
name : ' Linux->Windows cross, no tests'
@@ -362,18 +362,17 @@ jobs:
362
362
Get-Content "test\config.ini"
363
363
364
364
- name : Run util tests
365
- run : py -3 test\util\test_runner.py
365
+ run : py -3 test\\ util\ \test_runner.py
366
366
367
367
- name : Run rpcauth test
368
- run : py -3 test\util\rpcauth-test.py
368
+ run : py -3 test\\ util\ \rpcauth-test.py
369
369
370
370
- name : Run functional tests
371
371
env :
372
372
# TODO: Fix the excluded tests and re-enable them.
373
373
EXCLUDE : ' --exclude wallet_migration.py,wallet_multiwallet.py'
374
374
TEST_RUNNER_EXTRA : ${{ github.event_name != 'pull_request' && '--extended' || '' }}
375
- shell : cmd
376
- run : py -3 test\functional\test_runner.py --jobs %NUMBER_OF_PROCESSORS% --ci --quiet --tmpdirprefix=%RUNNER_TEMP% --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% %EXCLUDE% %TEST_RUNNER_EXTRA%
375
+ run : py -3 test\\functional\\test_runner.py --jobs $NUMBER_OF_PROCESSORS --ci --quiet --tmpdirprefix="$RUNNER_TEMP" --combinedlogslen=99999999 --timeout-factor=$TEST_RUNNER_TIMEOUT_FACTOR $EXCLUDE $TEST_RUNNER_EXTRA
377
376
378
377
asan-lsan-ubsan-integer-no-depends-usdt :
379
378
name : ' ASan + LSan + UBSan + integer, no depends, USDT'
You can’t perform that action at this time.
0 commit comments