Skip to content
Snippets Groups Projects
Commit 6e0368b6e0bb authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

test-worker: disable tests of forked workers on Windows

The number of the "Traceback" lines differs on Windows because the main
process does not raise SystemExit.
parent 49145a2b2fb0
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,8 @@
run
done
#if no-windows
Known exception should be caught, but printed if --traceback is enabled
$ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
......@@ -88,3 +90,5 @@
$ hg --config "extensions.t=$abspath" --config 'worker.numcpus=2' \
> test 100000.0 exc 2>&1 | grep '^Traceback'
Traceback (most recent call last):
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment