From 2192cf3e34fb581bba6b8c1ab9389f4c4b204c13 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 24 Dec 2014 09:15:10 +0100 Subject: [PATCH] update normalize script --- tests/normalize.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/normalize.pl b/tests/normalize.pl index d793cf41e3..b2cde9a8ba 100644 --- a/tests/normalize.pl +++ b/tests/normalize.pl @@ -56,7 +56,7 @@ s/^DEAL.*::_.*\n//g; # Normalize version string by replacing (for example) 'written by # deal.II 8.1.pre' by written by 'written by deal.II x.y.z' -s/written by deal\.II \d+\.\d+\.(pre|rc|\d+)/written by deal.II x.y.z/; +s/written by deal\.II \d+\.\d+\.(pre|rc\d*|\d+)/written by deal.II x.y.z/; # different p4est versions output different text in VTU output. For -- 2.39.5