From 82fdbbf0a6a4592a2d7f94ba03a3e159a6b35049 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Sun, 19 Oct 2025 15:06:41 +0800 Subject: [PATCH] fix test --- 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 c5e87ebf..3add14ce 100755 --- a/tests/deploy/run-deploy-test.sh +++ b/tests/deploy/run-deploy-test.sh @@ -132,7 +132,7 @@ original_marker_content=$(<$test_data_marker) # Also save original spec content to compare original_spec_content=$(<$test_deployment_spec) # Modify spec file to simulate an update -sed -i.bak 's/CERC_TEST_PARAM_3=FAST/CERC_TEST_PARAM_3=FASTER/' $test_deployment_spec +sed -i.bak 's/CERC_TEST_PARAM_3:/CERC_TEST_PARAM_3: FASTER/' $test_deployment_spec # Run sync to update deployment files without destroying data $TEST_TARGET_SO --stack test deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir --sync # Verify the spec file was updated in deployment dir