diff options
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" |