diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:52:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:52:44 +0100 |
| commit | 42ba2606e30c5a7f13e5a06304a1a97769f8edf5 (patch) | |
| tree | 56de00de4019c81b8e3120ceaa71e26272f3d79b | |
| parent | 8a3198395f518a2ec6f0572bb434b7ead00b9887 (diff) | |
Try to fix incorrect test failures.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ fi # Run dcpinfo on all the DCPs in private/metadata, writing $work/info.log rm -f $work/info.log -for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort`; do +for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f`; do if [ `basename $d` != ".git" ]; then $dcpinfo -s $d >> $work/info.log if [ "$?" != "0" ]; then |
