From: azv Date: Mon, 22 Apr 2019 10:30:20 +0000 (+0300) Subject: Add DISPLAY variable X-Git-Tag: VEDF2019Lot4~148^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c3830fc398348a5b6a024013637ceb3e152b8dbd;p=modules%2Fshaper.git Add DISPLAY variable --- 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