Add support for logs command args #478

Merged
telackey merged 4 commits from dboreham/deploy-logs-args into main 2023-08-01 04:10:37 +00:00
Showing only changes of commit 0276ef392a - Show all commits

View File

@ -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"