Disable colorised grep output

In centos 7 grep aliased to

  grep --color=auto

which causes line matching error in product.sh

Blueprint: master-on-centos7

Breaks: nothing

Closes-Bug: #1517140

Change-Id: If7b351834535a5dbe900ec5387d48fcb81885458
This commit is contained in:
Ivan Suzdal 2015-11-16 18:22:49 +03:00 committed by Dmitry Teselkin
parent ff30d0b06a
commit a96589911c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ is_product_vm_operational() {
expect "*?assword:*"
send "$password\r"
expect "$prompt"
send "grep 'Fuel node deployment' /var/log/puppet/bootstrap_admin_node.log\r"
send "grep --color=none 'Fuel node deployment' /var/log/puppet/bootstrap_admin_node.log\r"
expect "$prompt"
send "logout\r"
expect "$prompt"