File: runtests

package info (click to toggle)
frobby 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,452 kB
  • ctags: 4,203
  • sloc: cpp: 29,249; sh: 1,121; makefile: 272; ansic: 102
file content (12 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh

frobby=../../bin/frobby

if [ "$1" = "_full" ]; then
  shift;
fi

$frobby test 2> /dev/null > /dev/null
if [ $? = 0 ]; then exit 0; fi
echo "*** Internal test failed, rerunning tests with output ***"
$frobby test