mirror of
				https://github.com/stedolan/jq.git
				synced 2024-05-11 05:55:39 +00:00 
			
		
		
		
	Make it possible to run tests with set -x
One can now run:
    make TRACE_TESTS=1 check
to get detailed output
			
			
This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
			
		||||
 | 
			
		||||
# This is meant to be included by each test's shell script driver.
 | 
			
		||||
 | 
			
		||||
if [ -n "$TRACE_TESTS" ]; then
 | 
			
		||||
    set -x
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
set -eu
 | 
			
		||||
 | 
			
		||||
JQTESTDIR=$(cd "$(dirname "$0")" && pwd)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user