mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Changed approval tests path to match changes in CMakeLists.txt
This commit is contained in:
parent
1af60ef5ab
commit
9b0e740e31
1 changed files with 1 additions and 1 deletions
|
@ -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 ):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue