From: Ralf Hartmann Date: Thu, 10 Nov 2005 08:20:16 +0000 (+0000) Subject: Output to threads/output instead of to threads.output. X-Git-Tag: v8.0.0~12878 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02857c7970fd60d5f238fe2d0343c93e5da4199;p=dealii.git Output to threads/output instead of to threads.output. git-svn-id: https://svn.dealii.org/trunk@11756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/threads.pl b/tests/base/threads.pl index 20d9699f96..dd1dcf584d 100644 --- a/tests/base/threads.pl +++ b/tests/base/threads.pl @@ -191,7 +191,7 @@ print "};\n"; print "int main () {\n"; -print " std::ofstream logfile(\"threads.output\");\n"; +print " std::ofstream logfile(\"threads/output\");\n"; print " deallog.attach(logfile);\n"; print " deallog.depth_console(0);\n";