Debug github build

This commit is contained in:
Mike Farah
2022-01-27 12:47:06 +11:00
parent 4ec533bc1b
commit 394be5c65a
4 changed files with 9 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ EOL
}
testEmptyEval() {
X=$(./yq e test.yml)
X=$(./yq e test.yml -v)
expected=$(cat test.yml)
assertEquals 0 $?
assertEquals "$expected" "$X"