File: testrunner.bash

package info (click to toggle)
ignition-plugin 1.2.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 728 kB
  • sloc: cpp: 4,712; ansic: 277; ruby: 128; sh: 38; makefile: 12
file content (7 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/bash

# mess with output to confuse jenkins build failure indications because these
# tests pass when compilation fails. Multiple pipes for OSX compatibility
eval $@ 2>&1 \
  | sed s/[Ee]rror/[Censored\ by\ testrunner.bash]/g \
  | sed s/Fail/[Censored\ by\ testrunner.bash]/g