diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2015-12-30 18:15:04 +0530 |
---|---|---|
committer | Raghavendra Talur <rtalur@redhat.com> | 2016-01-06 00:43:09 -0800 |
commit | cae9a5b3a1868a8bae25cd1ba9ebb41d698f39e5 (patch) | |
tree | 21a75e46bb23dc0efef3af01906755ba19769822 /tests | |
parent | a2119ef0f18d51500f5b496caf8dfd8f192dd490 (diff) |
vagrant-test: Exit on critical errors
There were quite a few places where exiting the script
made more sense.
More debug messages have been added.
Move back to top directory after the script is complete.
Change-Id: I2a66ee3a68c41a3acd0b7168c56b801fb5567e5f
BUG: 1291537
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/13175
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vagrant/vagrant-template/roles/install-pkgs/tasks/main.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/vagrant/vagrant-template/roles/install-pkgs/tasks/main.yml b/tests/vagrant/vagrant-template/roles/install-pkgs/tasks/main.yml index a6656b6cbb0..38cfd6ae8b6 100644 --- a/tests/vagrant/vagrant-template/roles/install-pkgs/tasks/main.yml +++ b/tests/vagrant/vagrant-template/roles/install-pkgs/tasks/main.yml @@ -12,8 +12,7 @@ - autoconf - automake - bison - - cmockery2 - - cmockery2-devel + - libcmocka-devel - cifs-utils - dbench - dos2unix @@ -47,7 +46,6 @@ - procps-ng - psmisc - python-devel - - python-devel - python-eventlet - python-netifaces - python-paste-deploy |