Skip to content
Snippets Groups Projects
Commit 326029ec authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent be3e4bf9
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ echo Test 5
killall ubiserver
rm -fr /tmp/blob*
sleep 5
go run ubiserver.go -b /tmp/blob -s :5002 -S localhost:5001 -p 10 &
go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 10 &
go run ubiserver.go -b /tmp/blob -s :5002 -S localhost:5001 -p 5 &
go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 5 &
sleep 5
go run cli.go -s :5001 list | wc ; go run cli.go -s :5002 list | wc
go run cli.go -a -s :5001 put sampledir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment