Skip to content

Commit e96a2f2

Browse files
author
Andrew Kent
committed
please Windows, just be nice
1 parent 52f8acb commit e96a2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saw-remote-api/run_rpc_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ poetry install
1616
export SAW_SERVER=$(cabal v2-exec which saw-remote-api)
1717
if [[ ! (-x "$SAW_SERVER") ]]; then
1818
# if that failed... maybe we're being run in Windows CI?
19-
export SAW_SERVER=$DIR/../dist/bin
19+
export SAW_SERVER="$DIR/../dist/bin/saw-remote-api"
2020
fi
2121

2222
if [[ -x "$SAW_SERVER" ]]; then

0 commit comments

Comments
 (0)