Skip to content

Commit 9e0264e

Browse files
committed
Log executables used
1 parent 8afda36 commit 9e0264e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rewatch/tests/suite-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export RESCRIPT_BSC_EXE
1818

1919
source ./utils.sh
2020

21-
bold "Rescript version"
22-
(cd ../testrepo && ./node_modules/.bin/rescript -v)
21+
bold "Using Rescript executable: $REWATCH_EXECUTABLE"
22+
bold "Using bsc executable: $RESCRIPT_BSC_EXE"
2323

2424
# we need to reset the yarn.lock and package.json to the original state
2525
# so there is not diff in git. The CI will install new ReScript package

0 commit comments

Comments
 (0)