diff options
Diffstat (limited to 'rules/CC/test/runner')
-rwxr-xr-x | rules/CC/test/runner | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/CC/test/runner b/rules/CC/test/runner index 45a1bee..4984b17 100755 --- a/rules/CC/test/runner +++ b/rules/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() |