aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 14:19:00 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 14:19:00 -0400
commit556c9c85478d716eee61d348a9b90efb3c4169d8 (patch)
treee0442a3b15665096666117b88f754d69b393d3b9 /tests
parenttests/{paxmodule,revdeppaxtest}: fix to work with all combinations of --{en,d... (diff)
downloadelfix-556c9c85478d716eee61d348a9b90efb3c4169d8.tar.gz
elfix-556c9c85478d716eee61d348a9b90efb3c4169d8.tar.bz2
elfix-556c9c85478d716eee61d348a9b90efb3c4169d8.zip
tests/pxtpax/daemontest.sh: make progress pretty
Diffstat (limited to 'tests')
-rwxr-xr-xtests/pxtpax/daemontest.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pxtpax/daemontest.sh b/tests/pxtpax/daemontest.sh
index b292c62..72c6266 100755
--- a/tests/pxtpax/daemontest.sh
+++ b/tests/pxtpax/daemontest.sh
@@ -58,6 +58,8 @@ if [[ "$unamem" != "i686" && "$unamem" != "x86_64" ]]; then
exit 0
fi
+dots=0
+
for pf in "p" "P" "-"; do
for ef in "e" "E" "-"; do
for mf in "m" "M" "-"; do
@@ -123,7 +125,12 @@ for pf in "p" "P" "-"; do
if [[ "${verbose}" != 0 ]] ;then
echo
else
+ (( dots = dots + 1 ))
echo -n "."
+ if [[ "$dots" = "80" ]]; then
+ dots=0
+ echo
+ fi
fi
done