From 66a5a51be36ec6a0b5750a9982d3b9490a723d80 Mon Sep 17 00:00:00 2001 From: azv Date: Mon, 22 Apr 2019 13:30:20 +0300 Subject: [PATCH] Add DISPLAY variable --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 3e31a5516..92c0b48e9 100755 --- a/test.sh +++ b/test.sh @@ -5,6 +5,8 @@ source env.sh mkdir -p ${BUILD_DIR} cd ${BUILD_DIR} +export DISPLAY="localhost:0.0" + if [[ $# > 0 ]]; then ctest --no-compress-output -T Test "$@" -R $1 else -- 2.39.2