mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169446 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		
							
								
								
									
										1
									
								
								test/tools/llvm-lit/lit.local.cfg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								test/tools/llvm-lit/lit.local.cfg
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | config.suffixes = ['.c'] | ||||||
| @@ -357,7 +357,7 @@ def executeScript(test, litConfig, tmpBase, commands, cwd): | |||||||
|     if isWin32CMDEXE: |     if isWin32CMDEXE: | ||||||
|         f.write('\nif %ERRORLEVEL% NEQ 0 EXIT\n'.join(commands)) |         f.write('\nif %ERRORLEVEL% NEQ 0 EXIT\n'.join(commands)) | ||||||
|     else: |     else: | ||||||
|         f.write(' &&\n'.join(commands)) |         f.write('{ ' + '; } &&\n{ '.join(commands) + '; }') | ||||||
|     f.write('\n') |     f.write('\n') | ||||||
|     f.close() |     f.close() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user