From 627a025403c21c87c4a56135c4b05810104507da Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 27 Jul 2015 15:26:34 +0100 Subject: [PATCH] Test suite: build-modes tests: Clean the tree ourselves before each test --- tests/lib-build-modes | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib-build-modes b/tests/lib-build-modes index 879bc016..cdf223d6 100644 --- a/tests/lib-build-modes +++ b/tests/lib-build-modes @@ -109,6 +109,7 @@ bm-run-one () { bm-compute-expected git checkout $branch + git clean -xdf # since we might not do any actual cleaning dsc='../example_1.0.dsc' rm -f $dsc -- 2.30.2