summaryrefslogtreecommitdiffstats
path: root/tests/vm/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/openbsd')
-rwxr-xr-xtests/vm/openbsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index 6ae16d97fd..df6b79fe7d 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -25,7 +25,7 @@ class OpenBSDVM(basevm.BaseVM):
./configure --cc=x86_64-unknown-openbsd6.1-gcc-4.9.4 --python=python2.7 {configure_opts};
gmake -j{jobs};
# XXX: "gmake check" seems to always hang or fail
- #gmake check;
+ #gmake -j{jobs} check;
"""
def build_image(self, img):