tools_common.sh: Fix vlog()
authorTom Finegan <tomfinegan@google.com>
Thu, 8 May 2014 19:06:08 +0000 (12:06 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 8 May 2014 19:06:08 +0000 (12:06 -0700)
commit7279d44a4e73c5577440c4ce60868bf211e94c5d
treea9f0425aa683bc6b86d98acf85f4a70717b7b67a
parentcc5eee12bf37b513120d23d1d472b103ae4c3a1c
tools_common.sh: Fix vlog()

Abusing '[] && echo' resulted in the --verbose flag being required to
actually run tests.

Change-Id: I39edaa30a05272928f9f4a4bb8581f91d6fe824b
test/tools_common.sh