Skip to content

Commit

Permalink
Fix test result check
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Aug 1, 2023
1 parent 57ffec7 commit 0276ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deploy/run-deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ echo "deploy create output file test: passed"
$TEST_TARGET_SO deployment --dir $test_deployment_dir start
# Check logs command works
log_output_2=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir logs )
if [[ "$log_output_2" == *"Filesystem is old"* ]]; then
if [[ "$log_output_2" == *"Filesystem is fresh"* ]]; then
echo "deployment logs test: passed"
else
echo "deployment logs test: FAILED"
Expand Down

0 comments on commit 0276ef3

Please sign in to comment.