File: conftest-nofail.sh

package info (click to toggle)
golang-github-google-cel-spec 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 876 kB
  • sloc: sh: 11; makefile: 8
file content (8 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

# Variant of conftest.sh to always succeed, but still report errors in test output.
# Necessary to work around a limitation in GCB for the conformance test dashboard
# (could change when GCB feature to allow passing builds when steps fail is released).

(exec "$@")
exit 0