1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-06-26 20:18:00 +02:00

better verbosity for integration tests

This commit is contained in:
Earl Warren 2023-10-04 18:11:42 +02:00
parent eaecaaa2e6
commit 65714b4555
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 27 additions and 20 deletions

View file

@ -1,7 +1,4 @@
if forgejo-test-helper.sh run_workflow testdata/example-$example http://root:admin1234@$(cat forgejo-ip):3000 root example-$example setup-forgejo $(cat forgejo-token) >& /tmp/run.out ; then
cat /tmp/run.out
false
fi
! forgejo-test-helper.sh run_workflow testdata/example-$example http://root:admin1234@$(cat forgejo-ip):3000 root example-$example setup-forgejo $(cat forgejo-token)
grep --quiet 'IF TEST FAILURE' $FORGEJO_RUNNER_LOGS
grep --quiet 'IF TEST ALWAYS' $FORGEJO_RUNNER_LOGS