Skip to content

Commit b1cec97

Browse files
committed
Merge branch '6.5'
2 parents 1dd0817 + 78c2013 commit b1cec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runTests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def download_goodTests():
119119
sys.exit(1)
120120

121121
try:
122-
os.symlink(MY_PACKAGE_MODULE, '../' + MY_PACKAGE_MODULE)
122+
os.symlink('../' + MY_PACKAGE_MODULE, MY_PACKAGE_MODULE)
123123
except Exception as e:
124124
sys.stderr.write('Unable to create a symlink to ../%s: %s\n' %(MY_PACKAGE_MODULE, str(e)))
125125
sys.exit(1)

0 commit comments

Comments
 (0)