We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f8acb commit e96a2f2Copy full SHA for e96a2f2
saw-remote-api/run_rpc_tests.sh
@@ -16,7 +16,7 @@ poetry install
16
export SAW_SERVER=$(cabal v2-exec which saw-remote-api)
17
if [[ ! (-x "$SAW_SERVER") ]]; then
18
# if that failed... maybe we're being run in Windows CI?
19
- export SAW_SERVER=$DIR/../dist/bin
+ export SAW_SERVER="$DIR/../dist/bin/saw-remote-api"
20
fi
21
22
if [[ -x "$SAW_SERVER" ]]; then
0 commit comments