Skip to content

Commit

Permalink
Update test-quickget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Sep 25, 2024
1 parent 2930bbe commit b6b17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-quickget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo -e "\nResults:"
echo -e "- CHECKED:\t${CHECKED}"
echo -e "- PASSED:\t${PASSED}"
echo -e "- SKIPPED:\t${SKIPPED}\t(of which ${WINDOWS} are Windows)"
echo -e "- SKIPPED:\t${SKIPPED}"
echo -e "- FAILED:\t${FAILED}\n"
grep ^FAIL results/check.txt | tee results/failed.txt
VARIATIONS=$(wc -l results/list.txt | cut -d' ' -f 1)
Expand Down

0 comments on commit b6b17ba

Please sign in to comment.