diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-09-02T10·44+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-09-02T10·44+0200 |
commit | 6ec8dab06abd08f3239c10b98d34a268cd0657cb (patch) | |
tree | 575f4a3583900b34db5a13a1204177c4ee0ed053 /tests/timeout.builder.sh | |
parent | b29d3f4aee9fa91f4ea1019d09bf63bc81b9f830 (diff) |
Adda test for build-max-log-size
Diffstat (limited to 'tests/timeout.builder.sh')
-rw-r--r-- | tests/timeout.builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timeout.builder.sh b/tests/timeout.builder.sh index 5a7e08861002..1ddb44e99c7f 100644 --- a/tests/timeout.builder.sh +++ b/tests/timeout.builder.sh @@ -1,2 +1,2 @@ echo "\`timeout' builder entering an infinite loop" -while true ; do echo foo; sleep 1; done +while true ; do echo -n .; done |