[PATCH] covoar: Account for build path change

Alex White alex.white at oarcorp.com
Fri Mar 12 16:32:12 UTC 2021


Covoar had not been updated to account for the paths used by the new
build system. This has been fixed.
---
 tester/covoar/covoar.cc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index 84d883a..bf95cb4 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -69,11 +69,6 @@ static void createBuildPath(Executables& executablesToAnalyze,
           }
         }
         ++pri;
-        if (pri == eparts.rend() || *pri != "c") {
-          fail = "invalid executable path, no 'c'";
-          break;
-        }
-        ++pri;
         if (pri == eparts.rend()) {
           fail = "invalid executable path, no arch prefix";
           break;
-- 
2.27.0



More information about the devel mailing list