summaryrefslogtreecommitdiff
path: root/run-tests-wayland
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-wayland
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-wayland')
-rwxr-xr-xrun-tests-wayland4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-wayland b/run-tests-wayland
index c3833fa..36d874d 100755
--- a/run-tests-wayland
+++ b/run-tests-wayland
@@ -36,8 +36,8 @@ if [ $OFFSCREEN_TESTING -ne 0 ] ; then
done
fi
-./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