build: Make grep silent when running make test
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 26 Mar 2013 15:14:56 +0000 (15:14 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Wed, 8 May 2013 12:34:21 +0000 (13:34 +0100)
commit6a82b68e3689e5a5d67fa39aaa0dcf97cb632107
treed39a46c9bb78afeadb9096c4098beb328e58e194
parent7e9fd56873aba26a196c18d233d8ea40a9f0eac3
build: Make grep silent when running make test

-q will prevent grep from writing to stdout and print "root" when make
test is running as root.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/Makefile.am