Skip to content

Commit

Permalink
refactor: add note to test.sh about --home
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Feb 4, 2021
1 parent 573f628 commit acea0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/dev/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ main() {
echo " \$PASSWORD"
echo " \$CODE_SERVER_ADDRESS"
echo -e "\n"
echo "Please make sure you have code-server running locally."
echo "Please make sure you have code-server running locally with the flag:"
echo " --home \$CODE_SERVER_ADDRESS/healthz "
echo -e "\n"
exit 1
fi
Expand Down

0 comments on commit acea0a1

Please sign in to comment.