summaryrefslogtreecommitdiff
path: root/run-tests-wayland
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-06 09:58:31 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-06 09:58:31 +0200
commit0dc9710418904c18bf4421d65e8fff037ea897bf (patch)
treee784bf31f5ba48e9f06e2e6822cfb8a1d5334b4a /run-tests-wayland
parentAdd missing build deps (diff)
downloadlibrewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.tar.gz
librewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.tar.bz2
librewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.zip
Enabled xpcshell/crashtests on Wayland
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 eb5d639..7e69469 100755
--- a/run-tests-wayland
+++ b/run-tests-wayland
@@ -3,10 +3,10 @@
set -x
-RUN_XPCSHELL_TEST=0
+RUN_XPCSHELL_TEST=1
RUN_REFTEST=1
RUN_MOCHITEST=0
-RUN_CRASHTEST=0
+RUN_CRASHTEST=1
while (( "$#" )); do
SELECTED_TEST=$1
bgstack15