This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 4824c7620ed2da59c1bbb9411b414725462972d0 (commit) from 7ddfa17b5b811025293fadf000e7c5bbc6c32066 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/4824c7620ed2da59c1bbb9411b41472546... commit 4824c7620ed2da59c1bbb9411b414725462972d0 Author: Wesley Bland <[email protected]> Date: Tue Aug 6 13:24:03 2013 -0500 Remove the ft tests from the default test suite. These tests should not be distributed with the test suite when grabbing a release. They are still enabled for developer builds. Signed-off-by: Pavan Balaji <[email protected]> diff --git a/maint/release.pl b/maint/release.pl index 743772f..9fcebc7 100755 --- a/maint/release.pl +++ b/maint/release.pl @@ -271,6 +271,7 @@ print("done\n"); print("===> Disabling unnecessary tests in the main codebase... "); chdir($expdir); run_cmd(q{perl -p -i -e 's/^\@perfdir\@/#\@perfdir@/' test/mpi/testlist.in}); +run_cmd(q{perl -p -i -e 's/^\@ftdir\@/#\@ftdir@/' test/mpi/testlist.in}); run_cmd("perl -p -i -e 's/^large_message /#large_message /' test/mpi/pt2pt/testlist"); run_cmd("perl -p -i -e 's/^large-count /#large-count /' test/mpi/datatype/testlist"); print("done\n"); ----------------------------------------------------------------------- Summary of changes: maint/release.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository