]> git.donarmstrong.com Git - neurodebian.git/commitdiff
removing temporary echo and dipy restrictions
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 20 Sep 2011 02:47:44 +0000 (22:47 -0400)
committerNeuroDebian Mega-user <neurodebian@head2.hydra.dartmouth.edu>
Tue, 20 Sep 2011 02:47:44 +0000 (22:47 -0400)
tools/nd_build_testrdepends

index bc1369604b5b84501e8cff657836b5f27ed95e84..960b203091bc2f72cad3c270dcfc91754af5cfaa 100755 (executable)
@@ -5,7 +5,8 @@ set -u
 # no failures
 set -e
 
-CMD=echo
+CMD=
+#echo
 
 family=$1
 dist=$2
@@ -51,7 +52,7 @@ echo "I: Going throught the packages and testing the builds"
 cd $srcdir
 summary_file=${dscfilebase}_$arch.$family-$dist.test-rdeps
 echo -e "\nTesting builds against $dscfile" >> $summary_file
-for dsc in *dipy*.dsc; do
+for dsc in *.dsc; do
        echo " I: Building $dsc with native versions"
        src=${dsc%%_*}
        dscbase=${dsc%%.dsc}