]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
check for non removed files
authorMark Andrews <marka@isc.org>
Wed, 16 Dec 2015 10:25:04 +0000 (21:25 +1100)
committerMark Andrews <marka@isc.org>
Wed, 16 Dec 2015 10:25:04 +0000 (21:25 +1100)
bin/tests/system/run.sh

index fbb2c6ddf92510be1224f58695132db70f4b0c7e..b9793959ae90b64d9d228972d02d541b7801b08d 100644 (file)
@@ -120,8 +120,14 @@ else
                rm -f $SYSTEMTESTTOP/random.data
                if test -f $test/clean.sh
                then
-                  ( cd $test && $SHELL clean.sh "$@" )
+                       ( cd $test && $SHELL clean.sh "$@" )
                fi
+               if test -d ../../../.git
+               then
+                       git status -su $test |
+                       sed -n 's/^?? \(.*\)/I:file \1 not removed/p'
+               fi
+
        fi
 fi