summaryrefslogtreecommitdiff
path: root/run-tests-wayland
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-11 13:36:28 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-11 13:36:28 +0100
commitb3f062130f89d7c6c4dcb80496d6045197fec0a9 (patch)
tree67a3e9ba1a20c466b6e5d3b0da83368884441a9a /run-tests-wayland
parentMerge branch 'master' into f33 (diff)
parentAdded a workaround for rhbz#1908018 (diff)
downloadlibrewolf-fedora-ff-b3f062130f89d7c6c4dcb80496d6045197fec0a9.tar.gz
librewolf-fedora-ff-b3f062130f89d7c6c4dcb80496d6045197fec0a9.tar.bz2
librewolf-fedora-ff-b3f062130f89d7c6c4dcb80496d6045197fec0a9.zip
Merge branch 'master' into f33
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 eb42785..d1b7cdb 100755
--- a/run-tests-wayland
+++ b/run-tests-wayland
@@ -70,8 +70,8 @@ if [ $OFFSCREEN_TESTING -ne 0 ] ; then
fi
if [ $RUN_XPCSHELL_TEST -ne 0 ] ; then
- ./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
+ ./mach xpcshell-test 2>&1 | cat - | tee $TEST_DIR/xpcshell
+ ./mach xpcshell-test --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr
fi
# Basic render testing
bgstack15