mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #8304 from ethereum/fix-macos-ast-test
Fix AST JSON test on MacOS
This commit is contained in:
		
						commit
						7115f6fe41
					
				| @ -79,7 +79,7 @@ for solfile in $(find $SYNTAXTESTS_DIR -name *.sol) | |||||||
| do | do | ||||||
|     echo -n "." |     echo -n "." | ||||||
|     # create a temporary sub-directory |     # create a temporary sub-directory | ||||||
|     FILETMP=$(mktemp -d -p $WORKINGDIR) |     FILETMP=$(mktemp -d) | ||||||
|     cd $FILETMP |     cd $FILETMP | ||||||
| 
 | 
 | ||||||
|     OUTPUT=$($SPLITSOURCES $solfile) |     OUTPUT=$($SPLITSOURCES $solfile) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user