Skip to content

Commit

Permalink
Add test base for c# loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 22, 2020
1 parent 67710f5 commit 65dfb4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ RUN echo "Running tests ${CACHE_INVALIDATE}" \
| ${METACALL_PATH}/metacallcli \
| grep -e 'function sum(a, b, c)'

# | grep -e 'function sum(a, b, c)' \
# && printf "load cs say.cs\ninspect\nexit" \
# | ${METACALL_PATH}/metacallcli || cat /root/metacall.log

ENTRYPOINT ["sh", "-c"]

0 comments on commit 65dfb4a

Please sign in to comment.