File: run-unit-test

package info (click to toggle)
golang-github-google-cel-go 0.18.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,888 kB
  • sloc: sh: 93; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
cel-server > portnum&
port=$(cat portnum| awk '{printf $3}')
echo "PORT: $port"
netstat -ntap > netstat.log
cat netstat.log
fgrep -q "${port}" netstat.log
pkill cel-serve
rm -f netstat.log portnum