summaryrefslogtreecommitdiff
path: root/CC/test/runner
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-12 11:52:25 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-12 11:52:25 +0200
commit6fc2c2f66740c533d80990659cfce29b7db07eda (patch)
treed5df0d37b965b232e50ad48ab2b8532f37a095ae /CC/test/runner
parent5fdfa0f8b7c8c5df54d5ad6ce9e0cc89193cd1bd (diff)
parent965d97835da8dd2cb71a6444537003577b60a0ad (diff)
downloadrules-cc-6fc2c2f66740c533d80990659cfce29b7db07eda.tar.gz
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/test/runner')
-rwxr-xr-xCC/test/runner2
1 files changed, 2 insertions, 0 deletions
diff --git a/CC/test/runner b/CC/test/runner
index 45a1bee..4984b17 100755
--- a/CC/test/runner
+++ b/CC/test/runner
@@ -36,6 +36,8 @@ def dump_results() -> None:
f.write("%s\n" % (stdout, ))
with open("stderr", "w") as f:
f.write("%s\n" % (stderr, ))
+ with open("pwd", "w") as f:
+ f.write("%s\n" % (os.getcwd(), ))
dump_results()