summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/v6test.sh
blob: 3a667df8205558ddaeccd701293c6e881ff43f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
echo "v6test starting:"
for t in $(find -maxdepth 1 -name test\*_v6); do
  echo "$t";
  if $t; then
    echo "PASS: $t"; echo "";
  else
    echo "FAIL: $t"; echo "";
  fi
  sleep 1;
done
OpenPOWER on IntegriCloud