From ef25a5839350cc1da9fdf1a019049b11072d830b Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Fri, 29 Aug 2014 16:47:15 +0200 Subject: [PATCH] Fix testing script to launch all automated test and download pattern --- test/testCampaignAll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testCampaignAll b/test/testCampaignAll index 5dc5ccb..13561c7 100755 --- a/test/testCampaignAll +++ b/test/testCampaignAll @@ -1,9 +1,10 @@ -#! /bin/sh +#! /bin/bash # This script check if we have the tests patterns and download them if needed # then run all available tests # Do we have a patterns directory if [ ! -d "patterns" ]; then + rm -f ./bcg729-patterns.zip # no pattern directory: download it from # http://www.belledonne-communications.com/downloads/bcg729-patterns.zip wget http://www.belledonne-communications.com/downloads/bcg729-patterns.zip