From 0dc9710418904c18bf4421d65e8fff037ea897bf Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 6 Apr 2021 09:58:31 +0200 Subject: Enabled xpcshell/crashtests on Wayland --- run-tests-wayland | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run-tests-wayland') 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 -- cgit