summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-09-16 14:07:37 (GMT)
committerMats Wichmann <mats@linux.com>2019-09-16 14:07:37 (GMT)
commit4db173f22b9130426b6a5064fea1b01bdc8a375d (patch)
tree83c32873ade113c3fcb2caff8905c1802bf9a652
parenteacd78c2b40a157977d22be5fa195b73e16befdb (diff)
downloadSCons-4db173f22b9130426b6a5064fea1b01bdc8a375d.zip
SCons-4db173f22b9130426b6a5064fea1b01bdc8a375d.tar.gz
SCons-4db173f22b9130426b6a5064fea1b01bdc8a375d.tar.bz2
Experiment: print test times for appveyor [travis skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5805f5f..a18f295 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -226,7 +226,7 @@ build_script:
# Windows run the tests
# NOTE: running powershell from cmd on purpose because it formats the output
# correctly
- - cmd: powershell -Command "& { if($env:COVERAGE -eq 1) { coverage run -p --rcfile=$($env:COVERAGE_PROCESS_START) runtest.py -j 2 --exclude-list exclude_list.txt -f build_tests.txt } else { C:\\%WINPYTHON%\\python.exe runtest.py -j 2 --exclude-list exclude_list.txt -f build_tests.txt }; if($LastExitCode -eq 2 -Or $LastExitCode -eq 0) { $host.SetShouldExit(0 )} else {$host.SetShouldExit(1)}}"
+ - cmd: powershell -Command "& { if($env:COVERAGE -eq 1) { coverage run -p --rcfile=$($env:COVERAGE_PROCESS_START) runtest.py -j 2 -t --exclude-list exclude_list.txt -f build_tests.txt } else { C:\\%WINPYTHON%\\python.exe runtest.py -j 2 -t --exclude-list exclude_list.txt -f build_tests.txt }; if($LastExitCode -eq 2 -Or $LastExitCode -eq 0) { $host.SetShouldExit(0 )} else {$host.SetShouldExit(1)}}"
# linux run the tests
# unset JAVA_TOOL_OPTIONS because newer java prints this to stderr