diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-06 09:58:31 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-06 09:58:31 +0200 |
commit | 0dc9710418904c18bf4421d65e8fff037ea897bf (patch) | |
tree | e784bf31f5ba48e9f06e2e6822cfb8a1d5334b4a /run-tests-wayland | |
parent | Add missing build deps (diff) | |
download | librewolf-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-x | run-tests-wayland | 4 |
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 |