Skip to content

Commit

Permalink
Update query_log_to_stdout.rec
Browse files Browse the repository at this point in the history
Update query_log_t0_stdout.rec
  • Loading branch information
Pavel_Shilin committed Nov 26, 2023
1 parent 4f78226 commit 62566eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clt_tests/tests/query_log_to_stdout.rec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker run -d -e QUERY_LOG_TO_STDOUT=true --name manticore manticoresoftware/man
––– output –––
#!/[0-9a-z]+/!#
––– input –––
sleep 5;docker logs manticore | grep "accepting connections"
timeout 5 docker logs -f manticore | grep -qm1 "accepting connections" && echo 'accepting connections' || echo 'Timeout failed'
––– output –––
accepting connections
––– input –––
Expand Down

0 comments on commit 62566eb

Please sign in to comment.