We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f65284 commit ec5de6fCopy full SHA for ec5de6f
rewatch/tests/suite-ci.sh
@@ -6,7 +6,7 @@ cd $(dirname $0)
6
if [ -n "$1" ]; then
7
REWATCH_EXECUTABLE="$1"
8
else
9
- REWATCH_EXECUTABLE="../target/release/rewatch"
+ REWATCH_EXECUTABLE="../target/release/rewatch --bsc-path ../../_build/install/default/bin/bsc"
10
fi
11
export REWATCH_EXECUTABLE
12
0 commit comments