Skip to content

Commit ec5de6f

Browse files
committed
default the bsc path to the one in the repo
1 parent 2f65284 commit ec5de6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/suite-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd $(dirname $0)
66
if [ -n "$1" ]; then
77
REWATCH_EXECUTABLE="$1"
88
else
9-
REWATCH_EXECUTABLE="../target/release/rewatch"
9+
REWATCH_EXECUTABLE="../target/release/rewatch --bsc-path ../../_build/install/default/bin/bsc"
1010
fi
1111
export REWATCH_EXECUTABLE
1212

0 commit comments

Comments
 (0)