From ed3b407065f88efb4a9a8aa74bd5da073ee21e6e Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 31 Jul 2023 14:25:21 -0600 Subject: [PATCH] Fix test command --- tests/deploy/run-deploy-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deploy/run-deploy-test.sh b/tests/deploy/run-deploy-test.sh index 9054384f..32a0a399 100755 --- a/tests/deploy/run-deploy-test.sh +++ b/tests/deploy/run-deploy-test.sh @@ -84,7 +84,7 @@ if [ ! -f "$test_deployment_spec" ]; then echo "deploy init test: FAILED" exit 1 fi -$TEST_TARGET_SO deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir +$TEST_TARGET_SO deploy deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir # Check the deployment dir exists if [ ! -d "$test_deployment_dir" ]; then echo "deploy create test: deployment directory not present"