summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 6566c55d..df4ed594 100755
--- a/run/tests
+++ b/run/tests
@@ -55,7 +55,6 @@ fi
rm -f $work/info.log
for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort`; do
if [ `basename $d` != ".git" ]; then
- echo $d
$dcpinfo -k -s $d 2> /dev/null >> $work/info.log
if [ "$?" != "0" ]; then
echo "FAIL: dcpinfo failed for $d"