From ceb6e65f9bde3a4ec76c9e9d96a6dfb1d21a8754 Mon Sep 17 00:00:00 2001 From: Pedro Lino Date: Tue, 13 May 2025 14:35:33 +0100 Subject: [PATCH] Update test-node.bash In its current state, the test-node startup script, get's stuck when running with the --dev-contracts flag and doesn't start the build process. This change solves the issue. --- test-node.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/test-node.bash b/test-node.bash index 67abdd0e..314530c1 100755 --- a/test-node.bash +++ b/test-node.bash @@ -121,6 +121,7 @@ while [[ $# -gt 0 ]]; do ;; --dev-contracts) dev_contracts=true + shift ;; --ci) ci=true