We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd0817 + 78c2013 commit b1cec97Copy full SHA for b1cec97
tests/runTests.py
@@ -119,7 +119,7 @@ def download_goodTests():
119
sys.exit(1)
120
121
try:
122
- os.symlink(MY_PACKAGE_MODULE, '../' + MY_PACKAGE_MODULE)
+ os.symlink('../' + MY_PACKAGE_MODULE, MY_PACKAGE_MODULE)
123
except Exception as e:
124
sys.stderr.write('Unable to create a symlink to ../%s: %s\n' %(MY_PACKAGE_MODULE, str(e)))
125
0 commit comments