]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
allow partial successes
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2006 19:21:03 +0000 (19:21 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2006 19:21:03 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@14198 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/status_to_report.pl

index 53329a68966fa6cb6a5ee238e0fa1f3c30c11764..e45ee57f76132cbed8cd5b2fe10c11a928c00478 100644 (file)
@@ -20,15 +20,15 @@ elsif ($contents eq 'Compiling')
 }
 elsif ($contents eq 'Linking')
 {
-    print ' 0   ';
+    print ' 1   ';
 }
 elsif ($contents eq 'Running')
 {
-    print ' 0   ';
+    print ' 2   ';
 }
 elsif ($contents eq 'Checking')
 {
-    print ' 0   ';
+    print ' 3   ';
 }
 else
 {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.