mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Adjusting boottest-jenkins arguments to match reality.
This commit is contained in:
		
							parent
							
								
									436dadae0a
								
							
						
					
					
						commit
						82b1c1cd83
					
				@ -158,7 +158,7 @@ class BootTest(object):
 | 
			
		||||
        command = [
 | 
			
		||||
            self.script_path,
 | 
			
		||||
            "-c", self.rc_path,
 | 
			
		||||
            "-d", self.distribution, "-s", self.series,
 | 
			
		||||
            "-r", self.series,
 | 
			
		||||
            ]
 | 
			
		||||
        command.extend(args)
 | 
			
		||||
        return subprocess.check_output(command).strip()
 | 
			
		||||
 | 
			
		||||
@ -190,8 +190,7 @@ def collect():
 | 
			
		||||
        f.write(template)
 | 
			
		||||
 | 
			
		||||
p = argparse.ArgumentParser()
 | 
			
		||||
p.add_argument('-d')
 | 
			
		||||
p.add_argument('-s')
 | 
			
		||||
p.add_argument('-r')
 | 
			
		||||
p.add_argument('-c')
 | 
			
		||||
 | 
			
		||||
sp = p.add_subparsers()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user