Skip to content

Commit

Permalink
Update clt_tests/tests/test-extra.rec
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Nikolaev <[email protected]>
  • Loading branch information
PavelShilin89 and sanikolaev authored Nov 27, 2023
1 parent 2b554b7 commit 5ba2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clt_tests/tests/test-extra.rec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ sleep 1;docker run --rm -e EXTRA=1 --name manticore -v /tmp/idx:/var/lib/mantico
––– output –––
#!/[0-9a-z]{40}$/!#
––– input –––
timeout 10 docker logs -f manticore 2>1 | grep -qm1 "Install extra packages" || echo 'packages was not installed'
timeout 10 docker logs -f manticore 2>1 | grep -qm1 "Install extra packages" || echo 'Packages installation skipped'
––– output –––
packages was not installed

0 comments on commit 5ba2fc9

Please sign in to comment.