summaryrefslogtreecommitdiff
path: root/run-tests-wayland
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-27 14:35:17 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-27 14:35:17 +0200
commitfcf7279272de591c561bcced0694d1661f31e668 (patch)
tree79dc78364883bbe8c24f4d9bad108df7f0a7edde /run-tests-wayland
parentrelease up (diff)
downloadlibrewolf-fedora-ff-fcf7279272de591c561bcced0694d1661f31e668.tar.gz
librewolf-fedora-ff-fcf7279272de591c561bcced0694d1661f31e668.tar.bz2
librewolf-fedora-ff-fcf7279272de591c561bcced0694d1661f31e668.zip
Build fixes, test update
Diffstat (limited to 'run-tests-wayland')
-rwxr-xr-xrun-tests-wayland4
1 files changed, 3 insertions, 1 deletions
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
bgstack15