File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CARGO_MAKE_CLIPPY_ARGS = "--all-features -- -D warnings"
5
5
[tasks .pre-test ]
6
6
script = [
7
7
" npm install" ,
8
- " ./scripts/ethereum.sh"
8
+ " .. /scripts/ethereum.sh"
9
9
]
10
10
11
11
[tasks .dev-test-flow ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ start_testrpc(){
20
20
--account=" 0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501208,9000000000000000000000000000"
21
21
--account=" 0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501209,9000000000000000000000000000"
22
22
)
23
- node_modules/.bin/ganache-cli --port $testrpc_port --gasLimit 0xfffffffffffff " ${accounts[@]} " > /dev/null &
23
+ ../ node_modules/.bin/ganache-cli --port $testrpc_port --gasLimit 0xfffffffffffff " ${accounts[@]} " > /dev/null &
24
24
testrpc_pid=$!
25
25
}
26
26
@@ -29,7 +29,6 @@ if testrpc_running; then
29
29
else
30
30
echo " Starting our own testrpc instance"
31
31
start_testrpc
32
- fi
33
-
34
- # the ganache-cli need time to start up
35
- sleep 5
32
+ # the ganache-cli need time to start up
33
+ sleep 5
34
+ fi
You can’t perform that action at this time.
0 commit comments