From 57ffec702ce77fc260a8763e606b5797f55687c9 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 31 Jul 2023 22:01:15 -0600 Subject: [PATCH] Fix typos --- tests/deploy/run-deploy-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deploy/run-deploy-test.sh b/tests/deploy/run-deploy-test.sh index d58fd74e..46c6eabf 100755 --- a/tests/deploy/run-deploy-test.sh +++ b/tests/deploy/run-deploy-test.sh @@ -110,8 +110,8 @@ echo "deploy create output file test: passed" # Try to start the deployment $TEST_TARGET_SO deployment --dir $test_deployment_dir start # Check logs command works -log_output_2=$( $TEST_TARGET_SO --dir $test_deployment_dir logs ) -if [[ "$log_output_1" == *"Filesystem is old"* ]]; then +log_output_2=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir logs ) +if [[ "$log_output_2" == *"Filesystem is old"* ]]; then echo "deployment logs test: passed" else echo "deployment logs test: FAILED"