소스 검색

update regression scripts

Chia-Che Tsai 8 년 전
부모
커밋
f9428485cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      LibOS/shim/test/apps/python/Makefile

+ 1 - 1
LibOS/shim/test/apps/python/Makefile

@@ -46,7 +46,7 @@ regression:
 	@echo "\n\nRun test-http.py:"
 	-./python.manifest scripts/test-http.py 127.0.0.1 8000 > OUTPUT1
 	-wget -q http://127.0.0.1:8000/ -O OUTPUT2
-	diff -q OUTPUT1 OUTPUT2
+	-diff -q OUTPUT1 OUTPUT2
 	@kill `cat server.PID`
 	@rm -f OUTPUT1 OUTPUT2 server.PID