From 261ce07131c921053879df954767028450eac47b Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 13 Jan 2019 19:15:46 +0000 Subject: [PATCH] Parallelise bogo runs --- bogo/runme | 1 - 1 file changed, 1 deletion(-) diff --git a/bogo/runme b/bogo/runme index 013e1592..79e0efc8 100755 --- a/bogo/runme +++ b/bogo/runme @@ -19,6 +19,5 @@ case $OSTYPE in darwin*) set +e ;; esac ( cd bogo && ./bogo.test -shim-path ../../target/debug/examples/bogo_shim \ -shim-config ../config.json \ - -test.parallel 1 -num-workers 1 \ -pipe -allow-unimplemented ) true