add gist of directory tree listing to check-result

This commit is contained in:
Ryan Mulligan 2018-03-16 09:30:59 -07:00
parent 940a8d1c78
commit 77cf6aeea5

View File

@ -63,4 +63,9 @@ then
echo "- found $EXPECTED_VERSION in filename of file in $RESULT_PATH" >> $LOG_FILE
fi
GIST=
GIST=tree $RESULT_PATH | gist || ""
echo "- directory tree listing: $GIST" >> $LOG_FILE
cat $LOG_FILE || true