tests: Move some code in preparation for next commit. No functional change.
This commit is contained in:
		
							parent
							
								
									74949c2d91
								
							
						
					
					
						commit
						67be62107b
					
				|  | @ -47,6 +47,19 @@ | ||||||
|   exit 2 |   exit 2 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | # Set up results_filter | ||||||
|  | local results_filter | ||||||
|  | if [[ $QUIET == y ]]; then | ||||||
|  |   if type -w perl >/dev/null; then | ||||||
|  |     results_filter=${0:A:h}/tap-filter | ||||||
|  |   else | ||||||
|  |     echo >&2 "Bail out! quiet mode not supported: perl not found"; exit 2 | ||||||
|  |   fi | ||||||
|  | else | ||||||
|  |   results_filter=cat | ||||||
|  | fi | ||||||
|  | [[ -n $results_filter ]] || { echo >&2 "Bail out! BUG setting \$results_filter"; exit 2 } | ||||||
|  | 
 | ||||||
| # Load the main script. | # Load the main script. | ||||||
| . ${0:h:h}/zsh-syntax-highlighting.zsh | . ${0:h:h}/zsh-syntax-highlighting.zsh | ||||||
| 
 | 
 | ||||||
|  | @ -157,19 +170,6 @@ run_test() { | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| # Set up results_filter |  | ||||||
| local results_filter |  | ||||||
| if [[ $QUIET == y ]]; then |  | ||||||
|   if type -w perl >/dev/null; then |  | ||||||
|     results_filter=${0:A:h}/tap-filter |  | ||||||
|   else |  | ||||||
|     echo >&2 "Bail out! quiet mode not supported: perl not found"; exit 2 |  | ||||||
|   fi |  | ||||||
| else |  | ||||||
|   results_filter=cat |  | ||||||
| fi |  | ||||||
| [[ -n $results_filter ]] || { echo >&2 "Bail out! BUG setting \$results_filter"; exit 2 } |  | ||||||
| 
 |  | ||||||
| # Process each test data file in test data directory. | # Process each test data file in test data directory. | ||||||
| integer something_failed=0 | integer something_failed=0 | ||||||
| ZSH_HIGHLIGHT_STYLES=() | ZSH_HIGHLIGHT_STYLES=() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue