Skip to content

Commit

Permalink
Update test-one-liner.rec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel_Shilin committed Nov 22, 2023
1 parent f24c6a7 commit 75d7163
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clt_tests/tests/test-one-liner.rec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
docker run -e EXTRA=1 --name manticore --rm -d manticoresoftware/manticore:current && echo "Waiting for Manticore docker to start. Consider mapping the data_dir to make it start faster next time" && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; echo -n .; done && echo && docker exec -it manticore mysql && docker stop manticore
––– output –––
––– input –––
sleep 5;docker logs manticore | grep "accepting connections"
––– output –––
accepting connections
––– input –––
docker exec manticore mysql -e "source /sandbox.sql"
––– output –––
––– input –––
Expand Down

0 comments on commit 75d7163

Please sign in to comment.