Skip to content
Snippets Groups Projects
Verified Commit 946bbf80 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add testing result to markdown

parent eba7c8e6
No related branches found
No related tags found
No related merge requests found
Pipeline #38 passed with warnings with stages
in 4 minutes and 12 seconds
......@@ -27,7 +27,7 @@ test-assignment:
script:
- ./run.sh ass
- ./run.sh ass 2>/dev/null | grep 'Tests:' > /tmp/result.log
- curl -G 'http://api.img4me.com/?font=firacode&fcolor=000000&size=10&bcolor=FFFFFF&type=png' --data-urlencode "text=$(cat /tmp/result.log)" > /tmp/good_png
- curl -G 'http://api.img4me.com/?font=firacode&fcolor=000000&size=10&bcolor=FFFFFF&type=png' --data-urlencode "text=$(cat /tmp/result.log)" | sed 's/http:..//g' > /tmp/good_png
- curl "https://git.recolic.net/_r_testing/set/cs164_proj2_test|$(cat /tmp/good_png)"
test-positive-whole:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment