-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtest.sh
executable file
·23 lines (21 loc) · 1.7 KB
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env bash
ganache-cli -p 8546 \
--account="0x3ae3a1a7957da9520cdf117876a116ef18c378615e59836a034bf7d26186ab97, 1000000000000000000000000" \
--account="0x455a651e00ad41f67c151299dbb05a24de2451abd7ddc38e1b8d62aa4b6a7784, 1000000000000000000000000" \
--account="0xab449b55cabf1f75596cfd94ee7509af4007a6cfb9a75912b8a0e4a3da90539d, 1000000000000000000000000" \
--account="0xfd6bab4a924cc55437871378de3400c4e6977a16f9cc4978f4a1e725890f0faa, 1000000000000000000000000" \
--account="0x37f80ccd990eef2e32eb3a8eac4fc01413afb6abea960bd26508e8c4b9e8e4eb, 1000000000000000000000000" \
--account="0x8028d2fa78d5c49ef4b02397da38bb712d1dc5ab3afa138d7749f4dc2365fec3, 1000000000000000000000000" \
--account="0x9bedf686b1f8901c2470fff269e29dc5a06fd14632b39a38daf16a6c3229c4a0, 1000000000000000000000000" \
--account="0xffa0f9acba55af6eacdae440da2c56c0c45924c8231fc61574f7f237f260339b, 1000000000000000000000000" \
--account="0x8682f524b411004a5df6e9cd37b624649aac537cd2c7df6868591f2583841ee2, 1000000000000000000000000" \
--account="0x4f97153a0e638851cc602cd32d277fd2e121b3f4ead51ea122b6e9886b5d6d61, 1000000000000000000000000" \
--account="0xe89d91c9a1b2424b1923231d89f0914420408665c202fff87be7bd4e5718e83b, 1000000000000000000000000" \
--account="0xa3df07ad6fa1fb20a7ce321880a2a89a627e60b93dbaa7d1e3faa13a9a4f55da, 1000000000000000000000000" \
--account="0x9290866a40413788ca9f388835fffaacbb295bcfabb87669b37e919146487781, 1000000000000000000000000" \
--account="0x1d0524576f8ac077bfa0850c2ff961b0d4c43ec1fca7fd23d4b099ea26950caa, 1000000000000000000000000" \
--account="0x574f5fba94b0484296fe03759e3bb9349c31b0db3bbfa595985515a3f9597a27, 1000000000000000000000000" \ &
rm -rf build
truffle compile --reset
truffle test
kill -9 $(lsof -t -i:8546)