Skip to content

Commit a3fbab4

Browse files
committed
Try to fix CI
1 parent 26fde46 commit a3fbab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def check_file(root, out_file, stdout):
124124
if platform.system() == "Windows":
125125
executable_name += ".exe"
126126

127-
root_path = os.path.dirname(os.path.dirname(__file__))
127+
root_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
128128
interp_path = os.path.abspath(os.path.join(root_path, "build", "src", executable_name))
129129

130130
# Recursively search through the examples directory or the path passed in

0 commit comments

Comments
 (0)