@@ -100,8 +100,8 @@ function set_version() {
100
100
echo " now test hardfork version $version "
101
101
# get the current block number / height
102
102
block_no=$( ../bin/aergocli blockchain | jq .height | sed ' s/"//g' )
103
- # increment 2 numbers
104
- block_no=$(( block_no+ 2 ))
103
+ # increment 3 numbers
104
+ block_no=$(( block_no+ 3 ))
105
105
# terminate the server process(es)
106
106
stop_nodes
107
107
# save the hardfork config on the config file(s)
@@ -150,8 +150,9 @@ echo "creating user account..."
150
150
151
151
# run the integration tests - version 2
152
152
if [ " $short_tests " = true ]; then
153
- check ./test-contract-deploy .sh
153
+ check ./test-aergocli .sh
154
154
else
155
+ check ./test-aergocli.sh
155
156
check ./test-gas-deploy.sh
156
157
check ./test-gas-op.sh
157
158
check ./test-gas-bf.sh
@@ -168,8 +169,9 @@ set_version 3
168
169
169
170
# run the integration tests - version 3
170
171
if [ " $short_tests " = true ]; then
171
- check ./test-contract-deploy .sh
172
+ check ./test-aergocli .sh
172
173
else
174
+ check ./test-aergocli.sh
173
175
check ./test-max-call-depth.sh
174
176
check ./test-gas-deploy.sh
175
177
check ./test-gas-op.sh
@@ -188,8 +190,9 @@ set_version 4
188
190
189
191
# run the integration tests - version 4
190
192
if [ " $short_tests " = true ]; then
191
- check ./test-contract-deploy .sh
193
+ check ./test-aergocli .sh
192
194
else
195
+ check ./test-aergocli.sh
193
196
check ./test-max-call-depth.sh
194
197
check ./test-gas-deploy.sh
195
198
check ./test-gas-op.sh
@@ -210,8 +213,9 @@ set_version 5
210
213
211
214
# run the integration tests - version 5
212
215
if [ " $short_tests " = true ]; then
213
- check ./test-contract-deploy .sh
216
+ check ./test-aergocli .sh
214
217
else
218
+ check ./test-aergocli.sh
215
219
check ./test-max-call-depth.sh
216
220
check ./test-gas-deploy.sh
217
221
check ./test-gas-op.sh
0 commit comments