From 9b0e740e3117d77123c19f2648a28ca60b3c7465 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 25 Jun 2018 18:38:08 +0100 Subject: [PATCH] Changed approval tests path to match changes in CMakeLists.txt --- scripts/scriptCommon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scriptCommon.py b/scripts/scriptCommon.py index 1415be0b..4b70f961 100644 --- a/scripts/scriptCommon.py +++ b/scripts/scriptCommon.py @@ -6,7 +6,7 @@ import subprocess catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0]))) def getBuildExecutable(): - dir = os.environ.get('CATCH_DEV_OUT_DIR', "cmake-build-debug/SelfTest") + dir = os.environ.get('CATCH_DEV_OUT_DIR', "cmake-build-debug/projects/SelfTest") return dir def runAndCapture( args ):