]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
run_tests.sh OS X script fixes
authorDoug Wiegley <dougw@a10networks.com>
Fri, 11 Jul 2014 02:44:21 +0000 (20:44 -0600)
committerDoug Wiegley <dougw@a10networks.com>
Fri, 21 Nov 2014 00:56:19 +0000 (17:56 -0700)
commit5a438746580f5f626ddaf743905a91292cb3aa71
treedd08cd389891032c6695fb49500da1f17e13fb42
parentc9bea66dfea3549358d4fc0b40600f3f2a68f5b3
run_tests.sh OS X script fixes

On OS X, '*' is not a valid grep modified for '[^[:space:]:]', nor is it
necessary when the lines being checked against must be prefixed with
neutron.tests.
Also, dirname was being called with an empty var, without quoting, resulting
in usage errors.

Closes-Bug: 1391858

Change-Id: I34ab0625a00809f68b7a44cb3a175a57ba0bd6d5
run_tests.sh