Skip to content

Commit

Permalink
Added more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Dec 14, 2023
1 parent 0902c22 commit 0b35ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ check_file "${TEMP_DIR}/var/lib/uniget/manifests/yq.json" "Manifest" || exit 1
check_file "${TEMP_DIR}/var/lib/uniget/manifests/yq.txt" "File list" || exit 1
go run ./cmd/uniget --prefix=${TEMP_DIR} --target=usr version yq || exit 1

go run ./cmd/uniget inspect jq || exit 1
go run ./cmd/uniget inspect jq | grep "bin/jq$" || exit 1

echo "-----------------------------"
echo "All tests passed successfully"
Expand Down

0 comments on commit 0b35ceb

Please sign in to comment.