diff --git a/Makefile b/Makefile index 7a7396df..23b32ccc 100644 --- a/Makefile +++ b/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; diff --git a/onionr/tests.py b/onionr/tests.py index d78b128d..db62dcb3 100755 --- a/onionr/tests.py +++ b/onionr/tests.py @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -import unittest, sys, os, base64, tarfile, shutil, simplecrypt, logger, btc +import unittest, sys, os, base64, tarfile, shutil, simplecrypt, logger #, btc class OnionrTests(unittest.TestCase): def testPython3(self):