feat: add sonic json support (#3184)
* feat: add sonic json support * fix: add blank line in readme
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -11,7 +11,7 @@ TESTTAGS ?= ""
 | 
			
		||||
test:
 | 
			
		||||
	echo "mode: count" > coverage.out
 | 
			
		||||
	for d in $(TESTFOLDER); do \
 | 
			
		||||
		$(GO) test -tags $(TESTTAGS) -v -covermode=count -coverprofile=profile.out $$d > tmp.out; \
 | 
			
		||||
		$(GO) test $(TESTTAGS) -v -covermode=count -coverprofile=profile.out $$d > tmp.out; \
 | 
			
		||||
		cat tmp.out; \
 | 
			
		||||
		if grep -q "^--- FAIL" tmp.out; then \
 | 
			
		||||
			rm tmp.out; \
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user