mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 23:42:34 +00:00
test.sh option --internet, function checkcond
This commit is contained in:
parent
44c9eb1d9d
commit
f61a95585b
2 changed files with 10 additions and 10 deletions
2
CHANGES
2
CHANGES
|
@ -238,7 +238,7 @@ Porting:
|
|||
Testing:
|
||||
Removed obselete parts from test.sh
|
||||
|
||||
Introduced function checkcond from test.sh
|
||||
test.sh: Introduced function checkcond
|
||||
|
||||
Renamed test.sh option -foreign to -internet
|
||||
|
||||
|
|
4
test.sh
4
test.sh
|
@ -18167,7 +18167,7 @@ else
|
|||
rc1=$?
|
||||
kill $pid0 2>/dev/null; wait
|
||||
if [ "$rc1" -ne 0 ]; then
|
||||
$PRINTF "$FAILED\n"
|
||||
$PRINTF "$FAILED (rc1=$rc1)\n"
|
||||
echo "$CMD0 &"
|
||||
cat "${te}0" >&2
|
||||
echo "$CMD1"
|
||||
|
@ -18176,7 +18176,7 @@ else
|
|||
listFAIL="$listFAIL $N"
|
||||
namesFAIL="$namesFAIL $NAME"
|
||||
elif ! echo "$da" |diff "${tf}1" - >$tdiff; then
|
||||
$PRINTF "$FAILED\n"
|
||||
$PRINTF "$FAILED (diff)\n"
|
||||
echo "$CMD0 &"
|
||||
cat "${te}0" >&2
|
||||
echo "$CMD1"
|
||||
|
|
Loading…
Reference in a new issue