mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
remove after test
This commit is contained in:
parent
6b288356b9
commit
1975745d5f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
package croc
|
package croc
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
@ -10,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCroc(t *testing.T) {
|
func TestCroc(t *testing.T) {
|
||||||
|
defer os.Remove("README.md")
|
||||||
go tcp.Run("debug", "8081", "8082,8083,8084,8085")
|
go tcp.Run("debug", "8081", "8082,8083,8084,8085")
|
||||||
go tcp.Run("debug", "8082")
|
go tcp.Run("debug", "8082")
|
||||||
go tcp.Run("debug", "8083")
|
go tcp.Run("debug", "8083")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue