Thomas Witt пре 19 година
родитељ
комит
2bafbc0c7a
2 измењених фајлова са 9 додато и 1 уклоњено
  1. 1 1
      libs/python
  2. 8 0
      tools/regression/compiler_status.cpp

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit a346c577cfa7ac8d79c8439fdd22fd590501e387
+Subproject commit a5706ec3b0cefdaf657cea5e23b3141abddeaf9e

+ 8 - 0
tools/regression/compiler_status.cpp

@@ -576,6 +576,14 @@ const fs::path find_bin_path(const string& relative)
         test_type_base.erase( trailer );
       }
     }
+    if ( test_type_base.size() > 4 )
+    {
+      const string::size_type trailer = test_type_base.size() - 4;
+      if ( test_type_base.substr( trailer ) == "_pyd" )
+      {
+        test_type_base.erase( trailer );
+      }
+    }
     const xml::element & test_type_element( find_element( db, test_type_base ) );
 
     pass = !test_type_element.name.empty()

粤ICP备19079148号