Skip to content

Commit 79e888a

Browse files
committed
Fix bug in handling of ghostdriver log path.
- Legacy-Id: 12109
1 parent 2def9f9 commit 79e888a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/setupenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from ietf.settings_sqlitetest import * # we don't import from django
1818

1919
for dir in [ AGENDA_PATH, IDSUBMIT_REPOSITORY_PATH, IDSUBMIT_STAGING_PATH,
2020
INTERNET_DRAFT_ARCHIVE_DIR, os.path.dirname(DRAFT_ALIASES_PATH), PHOTOS_DIR,
21-
TEST_GHOSTDRIVER_LOG_PATH, ]:
21+
os.path.dirname(os.path.abspath(TEST_GHOSTDRIVER_LOG_PATH)), ]:
2222
if not os.path.exists(dir):
2323
print("Creating %s" % dir)
2424
os.makedirs(dir)

0 commit comments

Comments
 (0)