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 ):