diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index fbb2c6ddf9..b9793959ae 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -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