Skip to content

Commit

Permalink
fix(scrips) fix zombienet command
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Dimitrov <[email protected]>
  • Loading branch information
dimitrovmaksim committed Jul 28, 2023
1 parent 85bed82 commit 229e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for host::String in hosts
test_name::String = match_captures[2]

# Prepare the `zombienet test` command
command::Cmd = `zombienet -p native test $(joinpath(host_tests_dir, test))`
command::Cmd = `node zombienet/javascript/packages/cli/dist/cli.js -p native test $(joinpath(host_tests_dir, test))`
full_test_name::String = "[$(host)] $(test_name)"
println("Running test $(full_test_name)")

Expand Down

0 comments on commit 229e563

Please sign in to comment.