瀏覽代碼

update regression scripts

Chia-Che Tsai 6 年之前
父節點
當前提交
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