| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -143,11 +143,10 @@ TEST_CASE("buildProcLogerMessage") { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        std::ifstream stream(cmd_path); | 
					 | 
					 | 
					 | 
					        std::ifstream stream(cmd_path); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        auto cmdline = Parser::cmdline(stream); | 
					 | 
					 | 
					 | 
					        auto cmdline = Parser::cmdline(stream); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        REQUIRE(cmdline.size() == p.getCmdline().size()); | 
					 | 
					 | 
					 | 
					        REQUIRE(cmdline.size() == p.getCmdline().size()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        // do not check the cmdline of pytest as it will change.
 | 
					 | 
					 | 
					 | 
					        for (int i = 0; i < p.getCmdline().size(); ++i) { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if (cmdline.size() > 0 && cmdline[0].find("[pytest") != 0) { | 
					 | 
					 | 
					 | 
					          // do not check the cmdline of pytest as it will change.
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          for (int i = 0; i < p.getCmdline().size(); ++i) { | 
					 | 
					 | 
					 | 
					          if (cmdline[i].find("[pytest") || std::string(p.getCmdline()[i]).find("[pytest")) continue; 
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            REQUIRE(cmdline[i] == p.getCmdline()[i].cStr()); | 
					 | 
					 | 
					 | 
					          REQUIRE(cmdline[i] == p.getCmdline()[i].cStr()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          } | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      } | 
					 | 
					 | 
					 | 
					      } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |