Also indicate the name of the transport being used
This commit is contained in:
parent
f832d4ae96
commit
79f69d5712
|
@ -23,7 +23,7 @@ _transport()
|
||||||
transport="$1"
|
transport="$1"
|
||||||
name="$2"
|
name="$2"
|
||||||
|
|
||||||
echo "transport: Testing $transport" 1<&2
|
echo "transport: Testing $transport ($name)" 1<&2
|
||||||
./transport -p "$transport"
|
./transport -p "$transport"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user