From 4283e9f5f94a09914b407591dd3acc79b43b13d4 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Wed, 23 Mar 2016 16:30:10 +0100 Subject: [PATCH] Fix tox.ini to clean repositories before building plugin Because tox doesn't support the shell glob Change-Id: I8294287e7c9ecd6097d2c5f24eec70044be68ae1 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4d268f2..ab7ad51 100644 --- a/tox.ini +++ b/tox.ini @@ -38,8 +38,8 @@ commands = changedir = {toxinidir} whitelist_externals = fpb - rm + bash commands = - rm -rf .build repositories/ubuntu/*.deb repositories/centos/*.rpm + bash -c "rm -rf .build repositories/ubuntu/*.deb repositories/centos/*.rpm" fpb --check {toxinidir} --debug fpb --build {toxinidir} --debug