asm89 / smoke.sh

A minimal smoke testing framework in Bash.
MIT License
205 stars 56 forks source link

replace --quiet option in grep by -q #14

Open websid opened 5 years ago

websid commented 5 years ago

Needed to work in docker containers

asm89 commented 5 years ago

@websid Why? Are you using images with a grep that does not support --quiet?