Skip to content

Commit cb3a768

Browse files
committed
Update make file
1 parent 93dd053 commit cb3a768

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Makefile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -164,56 +164,56 @@ test-base-node_23-testnet:
164164
test-base-node_37-testnet:
165165
NODE_TO_TEST="Node 37" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s tests/testnet/Base_Testnet.py
166166

167-
test-neuroweb-node25-mainnet:
167+
test-neuroweb-node_25-mainnet:
168168
NODE_TO_TEST="Node 25" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
169169

170-
test-neuroweb-node26-mainnet:
170+
test-neuroweb-node_26-mainnet:
171171
NODE_TO_TEST="Node 26" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
172172

173-
test-neuroweb-node27-mainnet:
173+
test-neuroweb-node_27-mainnet:
174174
NODE_TO_TEST="Node 27" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
175175

176-
test-neuroweb-node28-mainnet:
176+
test-neuroweb-node_28-mainnet:
177177
NODE_TO_TEST="Node 28" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
178178

179-
test-neuroweb-node29-mainnet:
179+
test-neuroweb-node_29-mainnet:
180180
NODE_TO_TEST="Node 29" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
181181

182-
test-neuroweb-node30-mainnet:
182+
test-neuroweb-node_30-mainnet:
183183
NODE_TO_TEST="Node 30" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_neuroweb.json --html=.report/mainnet_neuroweb.html --self-contained-html tests/mainnet/Neuroweb_Mainnet.py
184184

185-
test-gnosis-node25-mainnet:
185+
test-gnosis-node_25-mainnet:
186186
NODE_TO_TEST="Node 25" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
187187

188-
test-gnosis-node26-mainnet:
188+
test-gnosis-node_26-mainnet:
189189
NODE_TO_TEST="Node 26" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
190190

191-
test-gnosis-node27-mainnet:
191+
test-gnosis-node_27-mainnet:
192192
NODE_TO_TEST="Node 27" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
193193

194-
test-gnosis-node28-mainnet:
194+
test-gnosis-node_28-mainnet:
195195
NODE_TO_TEST="Node 28" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
196196

197-
test-gnosis-node29-mainnet:
197+
test-gnosis-node_29-mainnet:
198198
NODE_TO_TEST="Node 29" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
199199

200-
test-gnosis-node30-mainnet:
200+
test-gnosis-node_30-mainnet:
201201
NODE_TO_TEST="Node 30" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_gnosis.json --html=.report/mainnet_gnosis.html --self-contained-html tests/mainnet/Gnosis_Mainnet.py
202202

203-
test-base-node25-mainnet:
203+
test-base-node_25-mainnet:
204204
NODE_TO_TEST="Node 25" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py
205205

206-
test-base-node26-mainnet:
206+
test-base-node_26-mainnet:
207207
NODE_TO_TEST="Node 26" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py
208208

209-
test-base-node27-mainnet:
209+
test-base-node_27-mainnet:
210210
NODE_TO_TEST="Node 27" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py
211211

212-
test-base-node28-mainnet:
212+
test-base-node_28-mainnet:
213213
NODE_TO_TEST="Node 28" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py
214214

215-
test-base-node29-mainnet:
215+
test-base-node_29-mainnet:
216216
NODE_TO_TEST="Node 29" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py
217217

218-
test-base-node30-mainnet:
218+
test-base-node_30-mainnet:
219219
NODE_TO_TEST="Node 30" PYTHONUNBUFFERED=1 PYTHONPATH=. poetry run python -u -m pytest -o log_cli=true -o log_cli_level=INFO -s --json-report --json-report-file=.report/mainnet_base.json --html=.report/mainnet_base.html --self-contained-html tests/mainnet/Base_Mainnet.py

0 commit comments

Comments
 (0)