From: wolf Date: Thu, 12 Apr 2001 09:27:35 +0000 (+0000) Subject: Sort tests when reporting. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7a8f091f7a3a9aadc178f95d7a1d5ba8b0f6d2;p=dealii-svn.git Sort tests when reporting. git-svn-id: https://svn.dealii.org/trunk@4450 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 199e25bdc5..09dd3f98a6 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -96,7 +96,7 @@ flags = $(CXXFLAGS.g) $(CXXFLAGS) -Wno-missing-noreturn ############################################################ report: @today=`date -u +"%Y-%m-%d %H:%M"` ; \ - for test in $(tests) ; do \ + for test in $(sort $(tests)) ; do \ if (($(MAKE) $$test.check stop_on_error=on 2>&1) > /dev/null); then \ echo $$today + $$test ; \ else \