diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-06 10:47:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-06 12:32:36 +0100 |
| commit | fed2ae4e0ee8eea20ed0f202f2e9152b8141d596 (patch) | |
| tree | 4a4055b40bfb64ebf5b7509ef81a104db4a52e46 /run | |
| parent | ec414e05d8ace2e9ade35275ebd47f581879771f (diff) | |
Use VerificationNote for non-fatal errors in DCP::read.
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ fi rm -f $work/info.log for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f -d`; do if [ `basename $d` != ".git" ]; then - $dcpinfo --ignore-missing-assets -k -s $d >> $work/info.log + $dcpinfo --ignore-missing-assets -s $d >> $work/info.log if [ "$?" != "0" ]; then echo "FAIL: dcpinfo failed for $d" exit 1 @@ -116,7 +116,7 @@ cp -r $private/* $work/private for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f -d`; do if [ `basename $d` != ".git" ]; then $work/rewrite_subs $d - $dcpinfo --ignore-missing-assets -k -s $d >> $work/info2.log + $dcpinfo --ignore-missing-assets -s $d >> $work/info2.log fi done |
