mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Changed approval tests path to match changes in CMakeLists.txt
This commit is contained in:
parent
1af60ef5ab
commit
9b0e740e31
@ -6,7 +6,7 @@ import subprocess
|
|||||||
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
|
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
|
||||||
|
|
||||||
def getBuildExecutable():
|
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
|
return dir
|
||||||
|
|
||||||
def runAndCapture( args ):
|
def runAndCapture( args ):
|
||||||
|
Loading…
Reference in New Issue
Block a user