Changed approval tests path to match changes in CMakeLists.txt

This commit is contained in:
Phil Nash 2018-06-25 18:38:08 +01:00
parent 1af60ef5ab
commit 9b0e740e31

View File

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