Fix unit tests
This commit is contained in:
parent
03eb98fd16
commit
bc60b6bfc0
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,6 +16,8 @@ uninstall:
|
|||
sudo rm -f /usr/bin/onionr
|
||||
|
||||
test:
|
||||
@./RUN-LINUX.sh stop
|
||||
@sleep 1
|
||||
@rm -rf onionr/data-backup
|
||||
@mv onionr/data onionr/data-backup | true > /dev/null 2>&1
|
||||
-@cd onionr; ./tests.py; ./cryptotests.py;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue