]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1278] Changed LOG_FILE to avoid conflicts
authorFrancis Dupont <fdupont@isc.org>
Thu, 18 Jun 2020 13:57:03 +0000 (15:57 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Jun 2020 10:21:20 +0000 (12:21 +0200)
src/lib/testutils/log_utils.cc

index 63db6ee6a8cd22f5386370bc6070eb7b0527a1b3..465ddd8976ccf94ad6b92a96bc14c8fa7ed5757f 100644 (file)
@@ -112,8 +112,8 @@ void LogContentTest::addString(const string& new_string) {
 }
 
 // Set up the name of the LOG_FILE for use in checking
-// the debug statements
-const char *LogContentTest::LOG_FILE = "test.log";
+// the debug statements. MUST NOT be the same as test shell scripts!
+const char *LogContentTest::LOG_FILE = "logtest.log";
 
 } // end of isc::dhcp::test namespace
 } // end of isc::dhcp namespace