From e88822fa19408316f3e15d173843169baa938aa7 Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 20 Sep 2018 19:33:34 +0300 Subject: Fix test suite problem with symlink dirs --- res/check_ck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/check_ck b/res/check_ck index ce35396..f8b3a1a 100755 --- a/res/check_ck +++ b/res/check_ck @@ -1,7 +1,7 @@ #!/bin/bash -BIN=@CMAKE_BINARY_DIR@ -TEST_LOCATION=@PROJECT_TESTING_GROUNDS@ +BIN=$(realpath @CMAKE_BINARY_DIR@) # solve symlink problems +TEST_LOCATION=$(realpath @PROJECT_TESTING_GROUNDS@) # used in regression tests function running { -- cgit v1.2.3