Add integration test
* Update Travis to run integration tests
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user