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