Browse Source

Fix testing script to launch all automated test and download pattern

pull/1/head
Johan Pascal 11 years ago
parent
commit
ef25a58393
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/testCampaignAll

+ 2
- 1
test/testCampaignAll View File

@ -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


Loading…
Cancel
Save