Fix flag message to run updater integration tests

This commit is contained in:
wpetit 2018-09-19 17:24:17 +02:00
parent 998f718354
commit 2d0c3d9de9
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ import (
func TestClientReachViewVersion(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(

View File

@ -7,7 +7,7 @@ import (
func TestClientReboutNow(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(

View File

@ -7,7 +7,7 @@ import (
func TestClientReceiverUpgradeAvailable(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(

View File

@ -7,7 +7,7 @@ import (
func TestClientTestResults(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(

View File

@ -7,7 +7,7 @@ import (
func TestClientTimeSync(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(

View File

@ -9,7 +9,7 @@ import (
func TestClientSavedWiFiNetworks(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(
@ -32,7 +32,7 @@ func TestClientSavedWiFiNetworks(t *testing.T) {
func TestClientCRUDWiFiNetwork(t *testing.T) {
if !*runUpdaterIntegrationTests {
t.Skip("To run this test, use: go test -integration")
t.Skip("To run this test, use: go test -updater-integration")
}
client := NewUpdaterClient(