##// END OF EJS Templates
test-worker: disable tests of forked workers on Windows...
Yuya Nishihara -
r32061:6e0368b6 stable
parent child Browse files
Show More
@@ -70,6 +70,8 b' Run tests without worker by forcing a lo'
70 run
70 run
71 done
71 done
72
72
73 #if no-windows
74
73 Known exception should be caught, but printed if --traceback is enabled
75 Known exception should be caught, but printed if --traceback is enabled
74
76
75 $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
77 $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
@@ -88,3 +90,5 b' Traceback must be printed for unknown ex'
88 $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
90 $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
89 > test 100000.0 exc 2>&1 | grep '^Traceback'
91 > test 100000.0 exc 2>&1 | grep '^Traceback'
90 Traceback (most recent call last):
92 Traceback (most recent call last):
93
94 #endif
General Comments 0
You need to be logged in to leave comments. Login now