debug
This commit is contained in:
parent
976d0fcb6d
commit
7e8e51b882
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ RUN echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswit
|
|||
|
||||
# TODO: Run actual native tests when they are ported
|
||||
|
||||
RUN curl --version
|
||||
RUN bb -e '(prn (java.io.File/createTempFile "babashka.curl" ".headers"))'
|
||||
RUN bb -e '(spit (java.io.File/createTempFile "babashka.curl" ".headers") "hello")'
|
||||
RUN bb -e "(curl/get \"https://clojure.org\")" # cURL http test
|
||||
|
|
|
|||
Loading…
Reference in a new issue