From: Timo Heister <timo.heister@gmail.com>
Date: Sun, 6 Dec 2015 15:51:20 +0000 (-0500)
Subject: fix other tests manually
X-Git-Tag: v8.4.0-rc2~173^2~2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3804b388112a336e1b94702f961491c02fb9d18a;p=dealii.git

fix other tests manually
---

diff --git a/tests/base/logstream_end.cc b/tests/base/logstream_end.cc
index 26b2c5f3be..351e1eb727 100644
--- a/tests/base/logstream_end.cc
+++ b/tests/base/logstream_end.cc
@@ -39,7 +39,6 @@ int main()
     LogStream log;
 
     log.attach(logfile);
-    log.depth_console(0);
     log.threshold_double(1.e-10);
     log.log_thread_id (false);
 
diff --git a/tests/manifold/manifold_id_04.cc b/tests/manifold/manifold_id_04.cc
index 30042cb010..75dcd3b52b 100644
--- a/tests/manifold/manifold_id_04.cc
+++ b/tests/manifold/manifold_id_04.cc
@@ -60,7 +60,6 @@ int main ()
 {
   std::ofstream logfile("output");
   deallog.attach(logfile);
-  deallog.depth_console(1);
   deallog.threshold_double(1.e-10);
 
   test<1,1>();
diff --git a/tests/matrix_free/parallel_multigrid.cc b/tests/matrix_free/parallel_multigrid.cc
index 4406687cd1..6054506b27 100644
--- a/tests/matrix_free/parallel_multigrid.cc
+++ b/tests/matrix_free/parallel_multigrid.cc
@@ -420,7 +420,6 @@ int main (int argc, char **argv)
   if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0)
     {
       deallog.attach(logfile);
-      deallog.depth_console(4);
       deallog << std::setprecision (4);
     }
   else
diff --git a/tests/slepc/00.cc b/tests/slepc/00.cc
index dc280c8ba9..5691f2a434 100644
--- a/tests/slepc/00.cc
+++ b/tests/slepc/00.cc
@@ -30,8 +30,6 @@ std::ofstream logfile ("output");
 int main (int argc,char **argv)
 {
   deallog.attach (logfile);
-  deallog.depth_console (1);
-
   try
     {