File: tests_run.sh

package info (click to toggle)
etsf-io 1.0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,560 kB
  • ctags: 1,171
  • sloc: f90: 26,717; sh: 466; makefile: 454; ansic: 23
file content (8 lines) | stat: -rwxr-xr-x 79 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh


if `grep -qs "Failed" tests_*.log`; then
  exit 1
else
  exit 0
fi