setup-forgejo/testdata/example-if-fail/expected-to-fail.sh

6 lines
124 B
Bash
Raw Normal View History

2023-09-02 10:20:20 -04:00
#!/bin/bash
set -ex
grep --quiet 'IF TEST FAILURE' $FORGEJO_RUNNER_LOGS
grep --quiet 'IF TEST ALWAYS' $FORGEJO_RUNNER_LOGS