From d13609d8be3eaa6bfb9b0e0786a2cbad67c5e7e1 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Tue, 31 Mar 2015 14:47:46 +0000
Subject: [PATCH] [decoupled] test_mpfa2p returns 77 when ALUGrid not found.

This indicates skipped tests.
(reviewed and approved by becker)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14495 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/decoupled/2p/test_mpfa2p.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/decoupled/2p/test_mpfa2p.cc b/test/decoupled/2p/test_mpfa2p.cc
index dc6f256df1..9a221cb0ae 100644
--- a/test/decoupled/2p/test_mpfa2p.cc
+++ b/test/decoupled/2p/test_mpfa2p.cc
@@ -158,7 +158,7 @@ int main(int argc, char** argv)
 int main()
 {
     std::cerr << "You need to have ALUGrid installed to run this test\n";
-    return 1;
+    return 77;
 }
 
 #endif
-- 
GitLab