Skip to content

Commit

Permalink
test: Include Deno install in validation suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Jan 31, 2020
1 parent 0a983e1 commit c43a73e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/validate-rimu-ports.sh
Expand Up @@ -118,7 +118,7 @@ if ! stringContains "$*" --skip-tests; then
make clean build install

cd $DENO
make
make install
fi

# Compile Rimu documentation with all ports and compare.
Expand Down Expand Up @@ -176,11 +176,11 @@ for doc in reference tips changelog; do
eval rimupy --output $PY_DOC $ARGS ./docs/$doc.rmu
PY_TIME=$(duration $PY_TIME)

# The rimudeno CLI wrapper adds an extra shell invocation and is slower so we time the raw `deno` command.
start
eval deno --allow-env --allow-read --allow-write $DENO/src/rimuc.ts --output $DENO_DOC $ARGS ./docs/$doc.rmu
# Deno install bash wrapper adds an extra shell invocation.
# eval rimudeno --output $DENO_DOC $ARGS ./docs/$doc.rmu
DENO_TIME=$(duration $DENO_TIME)
eval rimudeno --output $DENO_DOC $ARGS ./docs/$doc.rmu

diff $JS_DOC $GO_DOC
diff $JS_DOC $KT_DOC
Expand Down

0 comments on commit c43a73e

Please sign in to comment.