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 472280d commit ce6d048Copy full SHA for ce6d048
testing/run_tests.py
@@ -563,7 +563,7 @@ def main():
563
file_dir = os.path.dirname(os.path.abspath(__file__))
564
command = [
565
"env", "-i", "bash",
566
- "-c", f"source {file_dir}/sanitizer_suppressions.sh >/dev/null && env"
+ "-c", "source {}/sanitizer_suppressions.sh >/dev/null && env".format(file_dir)
567
]
568
process = subprocess.Popen(command, stdout=subprocess.PIPE)
569
for line in process.stdout:
0 commit comments