]> Zhao Yanbai Git Server - minix.git/commitdiff
tests: do not skip installed shell tests 86/986/2
authorDavid van Moolenbroek <david@minix3.org>
Wed, 18 Sep 2013 09:46:08 +0000 (11:46 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:53 +0000 (09:04 +0100)
When installed, the test scripts lose their ".sh" suffix, causing them
to be skipped by the "run" script. With this patch, the tests are no
longer specified with ".sh" suffix in the run script, and the suffix
is added automatically as necessary.

LSC: Minor adaptation to keep track of history. As this patch has been
     forward ported into mainline, a simple rebase would loose this
     commit (cf commit 1f317d315c8140c2bcdbff1953a6f645f4f6ef04).

Change-Id: I0b72312e79992b9818559c6546a0e52cd95184c2

test/run

index 2084ded895d73421cf24d7a6cf3ffd57ffee2ca1..d30115bfd4686db8eb65241a96a9842fe8a34d40 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -125,7 +125,7 @@ runtest() {
                fi
        else
                if [ $needroot -eq 1 ]
-               then echo "skipping test$i, not root" >&2 && return 0
+               then echo "skipping test$i, not root." >&2 && return 0
                else $NAME $ARG || return 1
                fi
        fi