add digdelv +yaml system tests

This commit is contained in:
Evan Hunt
2019-07-21 00:05:42 -04:00
parent 617696fbfc
commit 33887dd941
4 changed files with 83 additions and 1 deletions

View File

@@ -484,7 +484,6 @@ ret=0
if [ $ret != 0 ]; then echo_i "failed"; fi
status=`expr $status + $ret`
HAS_PYYAML=0
if [ -n "$PYTHON" ] ; then
$PYTHON -c "import yaml" 2> /dev/null && HAS_PYYAML=1