Change working directory to script location for running functional tests

This commit is contained in:
baldurk
2019-02-14 15:15:45 +00:00
parent ce991e421a
commit 634040d4b5
+2
View File
@@ -61,6 +61,8 @@ if args.pyrenderdoc is not None:
sys.path.insert(0, os.path.realpath(os.path.dirname(__file__)))
os.chdir(sys.path[0])
artifacts_dir = os.path.realpath(args.artifacts)
try: