Skip to content

Commit d47241e

Browse files
committed
scenarios_test: use warnet logs
I did a drop-in replacement of `kubectl logs` with `warnet logs`.
1 parent e3e78f5 commit d47241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scenarios_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def check_blocks(self, target_blocks, start: int = 0):
6161
try:
6262
deployed = scenarios_deployed()
6363
commander = deployed[0]["commander"]
64-
command = f"kubectl logs {commander}"
64+
command = f"warnet logs {commander}"
6565
print("\ncommander output:")
6666
print(run_command(command))
6767
print("\n")

0 commit comments

Comments
 (0)