From: Waldemar Kozaczuk <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

httpserver: use openjdk8-from-host module in tests

Signed-off-by: Waldemar Kozaczuk <[email protected]>

---
diff --git a/modules/httpserver-api/Makefile b/modules/httpserver-api/Makefile
--- a/modules/httpserver-api/Makefile
+++ b/modules/httpserver-api/Makefile
@@ -101,13 +101,13 @@ check: check-http check-ssl
 check-http:
        # Test plain HTTP
        cd $(src) && \
-       make image=httpserver-api,openjdk8-zulu-full,jetty && \
+       make image=httpserver-api,openjdk8-from-host,jetty && \
        PYTHONPATH=$(src)/scripts 
modules/httpserver-api/tests/testhttpserver-api.py
 
 check-ssl:
        # Test SSL
        cd $(src) && \
-       make image=httpserver-api.daemon_ssl,certs,openjdk8-zulu-full,jetty && \
+       make image=httpserver-api.daemon_ssl,certs,openjdk8-from-host,jetty && \
        PYTHONPATH=$(src)/scripts 
modules/httpserver-api/tests/testhttpserver-api.py \
                --cert modules/certs/build/client.pem \
                --key modules/certs/build/client.key \

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/0000000000005ffd9c05a13928b3%40google.com.

Reply via email to