Browse Source

update regression scripts

Chia-Che Tsai 6 years ago
parent
commit
f9428485cc
1 changed files with 1 additions and 1 deletions
  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