Add integration test

* Update Travis to run integration tests
This commit is contained in:
Matt Krump
2017-10-24 15:36:50 -05:00
committed by Eric Meyer
parent 51ab23dd3a
commit 571bc7f63a
12 changed files with 105 additions and 10 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
echo "Deleting test blockchain"
rm -rf test_data_dir
echo "Creating test blockchain with a new account"
mkdir test_data_dir
geth --datadir test_data_dir --password .private_blockchain_password account new
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
geth --datadir test_data_dir --dev --nodiscover --mine --minerthreads 1 --maxpeers 0 --verbosity 3 --unlock 0 --password .private_blockchain_password --rpc