From f02dcc4997b228dcd551f2c3f01102e794599931 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Feb 2017 10:15:03 -0500 Subject: [PATCH] libtest: Re-enable quiet mode for building fs tree I think I commented this out while debugging something, and forgot to re-enable it. Reading the log files should be a better again after this. Closes: #699 Approved by: giuseppe --- tests/libtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest.sh b/tests/libtest.sh index ce41668f..54108268 100755 --- a/tests/libtest.sh +++ b/tests/libtest.sh @@ -292,7 +292,7 @@ setup_exampleos_repo() { cd main ndirs=3147 depth=0 -# set +x # No need to spam the logs for this + set +x # No need to spam the logs for this echo "$(date): Generating initial content..." while [ $ndirs -gt 0 ]; do # 2/3 of the time, recurse a dir, up to a max of 9, otherwise back up