Skip to content

Commit

Permalink
tests now run
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Reid committed Apr 12, 2024
1 parent c01909b commit f40b165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// git tag -s 3.3.0
// git push --follow-tags

#define MRTRIX_BASE_VERSION "3Tissue_MergedWithMrtrix3.0.3"
#define MRTRIX_BASE_VERSION "3.0.3"

#endif

15 changes: 4 additions & 11 deletions run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
#
# For more details, see http://www.mrtrix.org/.

cat > $LOGFILE <<EOD
-------------------------------------------
Testing MRtrix3Tissue installation
-------------------------------------------
# when testing a binary release, you can use the MRTRIX_BINDIR environment
# variable to point to the location of the executables you want to test. You'll
# need to ensure the same commit/tag is checked out on this repo for the
Expand Down Expand Up @@ -85,14 +79,13 @@ esac

LOGFILE="testing_"$1".log"
echo logging to \""$LOGFILE"\"
cat > $LOGFILE <<EOD
------------------------------------------
Testing MRtrix3 $teststring
------------------------------------------

cat > $LOGFILE <<EOD
-------------------------------------------
Testing MRtrix3Tissue installation $teststring
-------------------------------------------
EOD


if [ ! -z $datadir ]; then
echo -n "checking for requisite test data... "
git submodule update --init $datadir >> $LOGFILE 2>&1
Expand Down

0 comments on commit f40b165

Please sign in to comment.