File: exec-func.sh

package info (click to toggle)
posixtestsuite 1.5.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,440 kB
  • sloc: ansic: 117,313; xml: 7,497; sh: 1,148; makefile: 281; 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