File: deb_run_tests

package info (click to toggle)
mrtrix3 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,712 kB
  • sloc: cpp: 129,776; python: 9,494; sh: 593; makefile: 234; xml: 47
file content (12 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/run_tests
+++ b/run_tests
@@ -10,8 +10,7 @@ cat > $LOGFILE <<EOD
 
 EOD
 
-echo -n "fetching test data... "
-git submodule update --init >> $LOGFILE 2>&1
+echo -n "Debian build: Using available test data..." >> $LOGFILE
 
 if [ $? != 0 ]; then
   echo ERROR!