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.
1 parent b00ba1c commit 6fd743aCopy full SHA for 6fd743a
zorg/buildbot/builders/sanitizers/buildbot_selector.py
@@ -6,7 +6,8 @@
6
7
THIS_DIR=os.path.dirname(sys.argv[0])
8
extra_args = sys.argv[1:]
9
-BOT_DIR = '/b'
+BOT_DIR = os.path.abspath('../..')
10
+print("BOT_DIR: %s", THIS_DIR)
11
print("THIS_DIR: %s", THIS_DIR)
12
13
def in_script_dir(path):
0 commit comments