summaryrefslogtreecommitdiff
path: root/run-tests-x11
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-16 19:32:47 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-16 19:32:47 +0100
commit100e09ad23f3a51c81fbc2524112a0537a8349fa (patch)
tree5f5c582ad8ea08bc55a987f31c81540ad3f6f8fa /run-tests-x11
parentRelease up (diff)
downloadlibrewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.gz
librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.bz2
librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.zip
Run xpcshell tests sequentially
Diffstat (limited to 'run-tests-x11')
-rwxr-xr-xrun-tests-x114
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-x11 b/run-tests-x11
index 86c3d2e..8ec51a5 100755
--- a/run-tests-x11
+++ b/run-tests-x11
@@ -13,8 +13,8 @@ ln -s /usr/bin/pk12util objdir/dist/bin/pk12util
NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
-./mach xpcshell-test 2>&1 | cat - | tee $TEST_DIR/xpcshell
-./mach xpcshell-test --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr
+./mach xpcshell-test --sequential 2>&1 | cat - | tee $TEST_DIR/xpcshell
+./mach xpcshell-test --sequential --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr
# Basic render testing
export TEST_PARAMS=""
bgstack15