mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 03:55:39 +02:00
Refactored scripts to start using a common file
This commit is contained in:
4
scripts/scriptCommon.py
Normal file
4
scripts/scriptCommon.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
|
Reference in New Issue
Block a user