gnu: mtd-utils: Disable parallel tests.
This is a followup to 7a409a217c.
* gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?.
			
			
This commit is contained in:
		
							parent
							
								
									7d0ebc467f
								
							
						
					
					
						commit
						ab59155c5a
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6748,7 +6748,9 @@ exceeded.")
 | 
			
		|||
     (list #:configure-flags
 | 
			
		||||
           (if (%current-target-system) ; When cross-compiling.
 | 
			
		||||
             #~(list)
 | 
			
		||||
             #~(list "--enable-unit-tests"))))
 | 
			
		||||
             #~(list "--enable-unit-tests"))
 | 
			
		||||
 | 
			
		||||
           #:parallel-tests? #f))     ;tests may fail when running in parallel
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list cmocka pkg-config))
 | 
			
		||||
    (inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue