From 9ad90fcb1e105fdd604826696f194c52ba725583 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 21 May 2004 22:26:49 +0000 Subject: [PATCH] Check for tests directory git-svn-id: https://svn.dealii.org/trunk@9291 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/cvs-create-branch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/common/scripts/cvs-create-branch b/deal.II/common/scripts/cvs-create-branch index fe29f745ee..cc525d57d3 100755 --- a/deal.II/common/scripts/cvs-create-branch +++ b/deal.II/common/scripts/cvs-create-branch @@ -5,6 +5,10 @@ if (test ! -r configure -a ! -d deal.II); then exit 1 fi +if (test ! -d tests); then + echo Please checkout tests in order to tag consistently +fi + CVS='cvs' ###################################################################### -- 2.39.5