diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-12-22 19:45:42 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-20 15:47:43 +0100 |
commit | 0db0064273920c835342dd168f8213b6a567e8c9 (patch) | |
tree | d51a77c3df5739f899040ec4808252ca0b64b272 /test/end-to-end/generated-binary/compiled.sh | |
parent | 3430425a300159c4a8a0f67cbbd0c3098daa9dfc (diff) | |
download | justbuild-0db0064273920c835342dd168f8213b6a567e8c9.tar.gz |
Add local garbage collection
Diffstat (limited to 'test/end-to-end/generated-binary/compiled.sh')
-rwxr-xr-x | test/end-to-end/generated-binary/compiled.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/generated-binary/compiled.sh b/test/end-to-end/generated-binary/compiled.sh index d7391f82..56434dc8 100755 --- a/test/end-to-end/generated-binary/compiled.sh +++ b/test/end-to-end/generated-binary/compiled.sh @@ -30,7 +30,7 @@ EOI echo echo "Analysing" -bin/tool-under-test analyse --dump-graph graph.json 2>&1 +bin/tool-under-test analyse --local-build-root .tool-root --dump-graph graph.json 2>&1 echo echo "Building" |