Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 4491 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | fi |
27 | fi |
28 | 28 | ||
29 | ntest=`echo "$ntest" | grep $BROWSER | awk '{print $1}'` |
29 | ntest=`echo "$ntest" | grep $BROWSER | awk '{print $1}'` |
30 | for pid in $ntest |
30 | for pid in $ntest |
31 | do |
31 | do |
32 | kill - |
32 | kill -s KILL $pid |
33 | done |
33 | done |
34 | 34 | ||
35 | $BROWSER "http://localhost:$WIMSD_PORT/wims.cgi" |
35 | $BROWSER "http://localhost:$WIMSD_PORT/wims.cgi" |
36 | 36 | ||
37 | for pid in $wimsdtest |
37 | for pid in $wimsdtest |