mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 02:46:49 +00:00
Makefile check-speed: force-quit any leftover client before starting a new test
This commit is contained in:
parent
69b65b6b01
commit
f3a3548d02
2
Makefile
2
Makefile
@ -251,6 +251,8 @@ check-memory-once: .built
|
||||
|
||||
check-speed: .built
|
||||
if [ -z '$(TESTCLIENTDIR)' ]; then exit 1; fi
|
||||
@echo "stopping any leftover client code"
|
||||
-$(PYTHON) bin/tahoe stop $(TESTCLIENTDIR)
|
||||
$(PYTHON) bin/tahoe start $(TESTCLIENTDIR)
|
||||
sleep 5
|
||||
$(PYTHON) src/allmydata/test/check_speed.py $(TESTCLIENTDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user