Skip to content

Commit

Permalink
Fix clt
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Oct 25, 2023
1 parent be6669d commit 04c73ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions clt_tests/tests/simple.rec
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
––– block: ./base/init –––
––– input –––
docker run --name=manticore --quiet -d manticoresoftware/manticore:current
docker run --rm --name=manticore --quiet -d manticoresoftware/manticore:current
––– output –––
#!/[0-9a-z]+/!#
––– input –––
sleep 5;docker logs manticore
sleep 5;docker logs manticore | grep "accepting connections"
––– output –––
accepting connections
––– input –––
docker stop manticore
––– output –––
#!/[0-9a-z]+/!#

0 comments on commit 04c73ee

Please sign in to comment.