Re-enable all tests on x86_64
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
		
							parent
							
								
									b9ff1d24b5
								
							
						
					
					
						commit
						16d00ba891
					
				| @ -73,8 +73,12 @@ The %{name}-devel package contains misc utilities built with %{name}. | |||||||
| %prep | %prep | ||||||
| %autosetup -p1 | %autosetup -p1 | ||||||
| %if %{without all_tests} | %if %{without all_tests} | ||||||
|  | %ifnarch x86_64 | ||||||
|  | # patch disabling union of tests failing on other arches | ||||||
| cat %{SOURCE1} | patch -p1 | cat %{SOURCE1} | patch -p1 | ||||||
|  | %endif | ||||||
| %ifarch %{ix86} | %ifarch %{ix86} | ||||||
|  | # this test errors out only on 32-bit x86 | ||||||
| cat %{SOURCE2} | patch -p1 | cat %{SOURCE2} | patch -p1 | ||||||
| %endif | %endif | ||||||
| %endif | %endif | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user