diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-21 21:39:52 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-21 21:39:52 +0200 |
commit | e4832b312961cda793376a13fd3b48816b37ea4b (patch) | |
tree | 3b27b1bfce7d872ef9c93aa8e6a04ffff9b5374f | |
parent | c5f9f2ade139a994147eeff8fb5495e5703680b1 (diff) | |
parent | 636c1dbe92217810127fb4ef5d56a88399a23bbb (diff) | |
download | rules-cc-e4832b312961cda793376a13fd3b48816b37ea4b.tar.gz |
Merge branch 'just-rules' into rules
-rwxr-xr-x | shell/test/runner | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/test/runner b/shell/test/runner index f2f5766..29c5135 100755 --- a/shell/test/runner +++ b/shell/test/runner @@ -22,6 +22,7 @@ echo "${RESULT}" > result echo UNKNOWN > time-start echo UNKNOWN > time-stop pwd > pwd +export HOME="$(pwd)/DO-NO-USE-HOME" mkdir scratch export TEST_TMPDIR=$(realpath scratch) |