Skip to content

Commit 6fd743a

Browse files
authored
Fix BOT_DIR
1 parent b00ba1c commit 6fd743a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_selector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
THIS_DIR=os.path.dirname(sys.argv[0])
88
extra_args = sys.argv[1:]
9-
BOT_DIR = '/b'
9+
BOT_DIR = os.path.abspath('../..')
10+
print("BOT_DIR: %s", THIS_DIR)
1011
print("THIS_DIR: %s", THIS_DIR)
1112

1213
def in_script_dir(path):

0 commit comments

Comments
 (0)