File: exec-func.sh

package info (click to toggle)
posixtestsuite 1.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 14,208 kB
  • ctags: 10,430
  • sloc: ansic: 117,294; xml: 7,497; sh: 1,148; makefile: 313; perl: 34
file content (8 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

for d in $(./locate-test --frun); do
    echo "Testing $d"
    pushd $d >/dev/null
    ./run.sh
    popd >/dev/null
done