diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-03-30 15:36:56 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-04-04 19:31:22 +0200 |
commit | ab1a0a06dd80c2b7afbe0ba3dd48cf6eb454c1eb (patch) | |
tree | 066ac7a05450f9c4d2d48815866f253cf4f6c85d /test/end-to-end | |
parent | 0b977a243aa308f4530fe8b53e634d369feccb47 (diff) | |
download | justbuild-ab1a0a06dd80c2b7afbe0ba3dd48cf6eb454c1eb.tar.gz |
Add a new log level for progress updates
Diffstat (limited to 'test/end-to-end')
-rwxr-xr-x | test/end-to-end/actions/action-equality.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/actions/action-equality.sh b/test/end-to-end/actions/action-equality.sh index 72762f30..ffe841f4 100755 --- a/test/end-to-end/actions/action-equality.sh +++ b/test/end-to-end/actions/action-equality.sh @@ -46,7 +46,7 @@ cat > TARGETS <<'EOI' EOI -bin/tool-under-test build -J 1 --local_build_root .tool-root -f build.log 2>&1 +bin/tool-under-test build -J 1 --local_build_root .tool-root -f build.log --log-limit 2 2>&1 cat build.log echo grep 'Processed.* 4 actions' build.log |