From fcf7279272de591c561bcced0694d1661f31e668 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 27 Apr 2021 14:35:17 +0200 Subject: Build fixes, test update --- run-tests-wayland | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run-tests-wayland') diff --git a/run-tests-wayland b/run-tests-wayland index f79d8a4..8efff7e 100755 --- a/run-tests-wayland +++ b/run-tests-wayland @@ -3,7 +3,7 @@ set -x -RUN_XPCSHELL_TEST=0 +RUN_XPCSHELL_TEST=1 RUN_REFTEST=1 RUN_MOCHITEST=1 RUN_CRASHTEST=1 @@ -28,6 +28,8 @@ MOCHITEST_PARAMS="--timeout 1 --chunk-by-dir 4" TEST_DIR="test_results" mkdir $TEST_DIR +env | grep "DISPLAY" + # Fix for system nss ln -s /usr/bin/certutil objdir/dist/bin/certutil ln -s /usr/bin/pk12util objdir/dist/bin/pk12util -- cgit