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
This commit is contained in:
parent
c9356a50b8
commit
f02dcc4997
|
|
@ -292,7 +292,7 @@ setup_exampleos_repo() {
|
||||||
cd main
|
cd main
|
||||||
ndirs=3147
|
ndirs=3147
|
||||||
depth=0
|
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..."
|
echo "$(date): Generating initial content..."
|
||||||
while [ $ndirs -gt 0 ]; do
|
while [ $ndirs -gt 0 ]; do
|
||||||
# 2/3 of the time, recurse a dir, up to a max of 9, otherwise back up
|
# 2/3 of the time, recurse a dir, up to a max of 9, otherwise back up
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue