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