[mlpack-svn] r11690 - mlpack/conf/jenkins-conf

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Mar 1 22:00:57 EST 2012


Author: rcurtin
Date: 2012-03-01 22:00:57 -0500 (Thu, 01 Mar 2012)
New Revision: 11690

Modified:
   mlpack/conf/jenkins-conf/runTestBins.sh
Log:
Unpack tar.bz2.


Modified: mlpack/conf/jenkins-conf/runTestBins.sh
===================================================================
--- mlpack/conf/jenkins-conf/runTestBins.sh	2012-03-02 02:40:55 UTC (rev 11689)
+++ mlpack/conf/jenkins-conf/runTestBins.sh	2012-03-02 03:00:57 UTC (rev 11690)
@@ -16,6 +16,9 @@
 echo "Copy CSV files for tests to current working directory"
 cp ./*/src/mlpack/tests/data/* .
 
+echo "Unpack mnist_first250_training_4s_and_9s.arm for sparse coding tests"
+tar -xvjpf mnist_first250_training_4s_and_9s.tar.bz2
+
 echo "Running All Tests:"
 for ML_TEST in ${TEST_BINS}
 do




More information about the mlpack-svn mailing list