From 0db0064273920c835342dd168f8213b6a567e8c9 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Thu, 22 Dec 2022 19:45:42 +0100 Subject: Add local garbage collection --- test/end-to-end/generated-binary/compiled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/generated-binary/compiled.sh') 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" -- cgit v1.2.3