summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-05-09 17:06:34 +0200
committerGitHub <noreply@github.com>2017-05-09 17:06:34 +0200
commit453a6857023a0a2c714772cda8717ecf03de64f5 (patch)
tree3e61a05ff653f93db3d6d29266f297f604465f43 /.github
parentd2aff607199a24182714404777c80c7f180a35af (diff)
downloadcpython-git-453a6857023a0a2c714772cda8717ecf03de64f5.tar.gz
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
* regrtest: add --slowest alias to --slow * make buildbottest: add --slowest option * regrtest: add "- " prefix to --slowest output * regrtest: Fix an outdated comment * regrtest: replace PermissionError Replace PermissionError with OSError and check on exc.errno. PermissionError was added to Python 3.3. * regrtest: add -3 -tt options to run Python scripts * regrtest: backport --list-tests option * regrtest: backport "Tests result: xxx" summary * regrtest: backport total duration * regrtest: add timestamp to the progress * regrtest: describe previous test state * Add the state of the test: passed, failed, etc. * If a test took longer than 30 seconds, log its execution time * regrtest: -jN logs running workers * regrtest: mention if tests are run in parallel * regrtest: parallel mode is more verbose during wait Display running tests every 30 seconds if no test completed in the meanwhile. * test_regrtest: fix typo in SubprocessRun
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index f42cdc9273..56ef344458 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -3,7 +3,7 @@ clone_depth: 5
build_script:
- cmd: PCbuild\build.bat -e
test_script:
-- cmd: PCbuild\rt.bat -q -uall -rwW --slow -j2
+- cmd: PCbuild\rt.bat -q -uall -rwW --slowest -j2
# Only trigger AppVeyor if actual code or its configuration changes
only_commits: