mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-19 13:14:09 +02:00
Make successful tests silent
License: MIT Signed-off-by: Filippo Valsorda <valsorda@google.com>
This commit is contained in:
committed by
Jason A. Donenfeld
parent
7bdc5eb54e
commit
84f52ce0d6
@@ -26,8 +26,8 @@ func TestDevice(t *testing.T) {
|
||||
t.Error("failed to create tun:", err.Error())
|
||||
}
|
||||
|
||||
println(tun1)
|
||||
println(tun2)
|
||||
_ = tun1
|
||||
_ = tun2
|
||||
|
||||
// prepare endpoints
|
||||
|
||||
@@ -41,8 +41,8 @@ func TestDevice(t *testing.T) {
|
||||
t.Error("failed to create endpoint:", err.Error())
|
||||
}
|
||||
|
||||
println(end1)
|
||||
println(end2)
|
||||
_ = end1
|
||||
_ = end2
|
||||
|
||||
// create binds
|
||||
|
||||
|
Reference in New Issue
Block a user