commit | c48797083ef9f067b90b9dcfc6e7eec93b37613b | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Mar 14 17:49:10 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Mar 14 17:49:10 2016 +0000 |
tree | 06e7f31e0a8d30a56c9ef1fef91e5481b693d118 | |
parent | 524d6871e8dd5ea74d75cab92ba16dd4ad88427d [diff] | |
parent | 132eba4cf85afcfcb5785afc572f91dfc635d838 [diff] |
Merge "gate: add missing sudo"
diff --git a/ceilometer/tests/integration/hooks/post_test_hook.sh b/ceilometer/tests/integration/hooks/post_test_hook.sh index 5d22130..898524e 100755 --- a/ceilometer/tests/integration/hooks/post_test_hook.sh +++ b/ceilometer/tests/integration/hooks/post_test_hook.sh
@@ -81,7 +81,7 @@ # Be sure to source Gnocchi settings before source $BASE/new/gnocchi/devstack/settings echo "* Unprocessed measures:" - find $GNOCCHI_DATA_DIR + sudo find $GNOCCHI_DATA_DIR set -x fi