ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

utils: Fix grep 3.8 warnings. #168

Closed igsilya closed 1 year ago

igsilya commented 1 year ago

We only use egrep in one place, and it's not really needed there. egrep is deprecated and generates warnings:

egrep: warning: egrep is obsolescent; using grep -E

Also the second \ in \-\- may lead to undefined behavior and generates a warning now:

grep: warning: stray \ before -