Skip to content

Commit

Permalink
Change ndt7-client flag name for -server
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed May 12, 2020
1 parent 6523120 commit 44b5e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndt-server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ func Test_MainIntegrationTest(t *testing.T) {
// Test NDT7 clients
{
name: "Test the ndt7 protocol",
cmd: "timeout 45s ndt7-client -no-verify -hostname localhost:" + ndt7Addr,
cmd: "timeout 45s ndt7-client -no-verify -server localhost:" + ndt7Addr,
// Ignore data because Travis does not support BBR. Once Travis does support BBR, delete this.
ignoreData: true,
},
{
name: "Test the ndt7 protocol in cleartext",
cmd: "timeout 45s ndt7-client -scheme ws -hostname localhost:" + ndt7AddrCleartext,
cmd: "timeout 45s ndt7-client -scheme ws -server localhost:" + ndt7AddrCleartext,
// Ignore data because Travis does not support BBR. Once Travis does support BBR, delete this.
ignoreData: true,
},
Expand Down

0 comments on commit 44b5e46

Please sign in to comment.