From 7aae9ad8274408e7bb396a690e8055559ecc2ee0 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 27 Mar 2013 14:02:46 +0000 Subject: [PATCH] Don't run step-21 in the build_test. git-svn-id: https://svn.dealii.org/trunk@29071 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/utilities/build_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/utilities/build_test b/deal.II/contrib/utilities/build_test index 6f3ed9c446..b1c5e25697 100755 --- a/deal.II/contrib/utilities/build_test +++ b/deal.II/contrib/utilities/build_test @@ -87,7 +87,7 @@ steps:= $(wildcard step-*) # # Run all configuration independent steps: # -runsteps:= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-15 step-16 step-19 step-20 step-21 step-23 step-24 step-25 step-26 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-47 step-48 step-49 +runsteps:= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-15 step-16 step-19 step-20 step-23 step-24 step-25 step-26 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-47 step-48 step-49 %/%: -- 2.39.5