mirror of
https://repo.or.cz/socat.git
synced 2024-12-23 07:52:32 +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:
|
Testing:
|
||||||
Removed obselete parts from test.sh
|
Removed obselete parts from test.sh
|
||||||
|
|
||||||
Introduced function checkcond from test.sh
|
test.sh: Introduced function checkcond
|
||||||
|
|
||||||
Renamed test.sh option -foreign to -internet
|
Renamed test.sh option -foreign to -internet
|
||||||
|
|
||||||
|
|
4
test.sh
4
test.sh
|
@ -18167,7 +18167,7 @@ else
|
||||||
rc1=$?
|
rc1=$?
|
||||||
kill $pid0 2>/dev/null; wait
|
kill $pid0 2>/dev/null; wait
|
||||||
if [ "$rc1" -ne 0 ]; then
|
if [ "$rc1" -ne 0 ]; then
|
||||||
$PRINTF "$FAILED\n"
|
$PRINTF "$FAILED (rc1=$rc1)\n"
|
||||||
echo "$CMD0 &"
|
echo "$CMD0 &"
|
||||||
cat "${te}0" >&2
|
cat "${te}0" >&2
|
||||||
echo "$CMD1"
|
echo "$CMD1"
|
||||||
|
@ -18176,7 +18176,7 @@ else
|
||||||
listFAIL="$listFAIL $N"
|
listFAIL="$listFAIL $N"
|
||||||
namesFAIL="$namesFAIL $NAME"
|
namesFAIL="$namesFAIL $NAME"
|
||||||
elif ! echo "$da" |diff "${tf}1" - >$tdiff; then
|
elif ! echo "$da" |diff "${tf}1" - >$tdiff; then
|
||||||
$PRINTF "$FAILED\n"
|
$PRINTF "$FAILED (diff)\n"
|
||||||
echo "$CMD0 &"
|
echo "$CMD0 &"
|
||||||
cat "${te}0" >&2
|
cat "${te}0" >&2
|
||||||
echo "$CMD1"
|
echo "$CMD1"
|
||||||
|
|
Loading…
Reference in a new issue