lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4f8553f4 2/2: Don't treat 'nohup.out' as erro


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4f8553f4 2/2: Don't treat 'nohup.out' as erroneous
Date: Mon, 30 Jan 2023 19:18:44 -0500 (EST)

branch: master
commit 4f8553f48fb58c4f2dd9b5acc4f02bf9b1e15e62
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't treat 'nohup.out' as erroneous
    
    It has not been added to a '.gitignore' file because it shouldn't appear
    in the source directory after 'nohup' testing is complete.
---
 test_coding_rules.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index 8b255730..e98caa0c 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -214,6 +214,7 @@ file::file(std::string const& file_path)
         // phyloanalyze() tests inspect only file name [sort by enumerator]
         : phyloanalyze("^ChangeLog-")  ? e_binary
         : phyloanalyze("^Speed_")      ? e_binary
+        : phyloanalyze("^nohup.out$")  ? e_binary
         : phyloanalyze("^tags$")       ? e_expungible
         : phyloanalyze("^COPYING$")    ? e_gpl
         : phyloanalyze("^quoted_gpl")  ? e_gpl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]