Skip to content

Commit

Permalink
Update sts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgrayio authored May 7, 2018
1 parent fd618f8 commit 454e156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ case ${STS_COMMAND} in
test|tests)
# TODO: Finish live reloaded tests; need to think about the --entrypoint usage
if [ "$STS_LIVE_ENABLED" = true ] ; then
echo -e "[STS][test][${STS_COMMAND_ARG}] ignoring unsupported flag: ${TXT_YELLOW}-l|--live${TXT_NC}"
echo -e "[STS][run][${STS_COMMAND_ARG}] ignoring unsupported flag: ${TXT_YELLOW}-l|--live${TXT_NC}"
fi
RUN_COMMAND="docker run --rm -it ${STS_LIVE_FLAG} ${STS_VOLUME_FLAG} --entrypoint "/usr/bin/swift" ${STS_NAME} test -Xswiftc -O"
;;
Expand Down Expand Up @@ -127,4 +127,4 @@ case ${STS_COMMAND} in
eval ${RUN_COMMAND}
fi
;;
esac
esac

0 comments on commit 454e156

Please sign in to comment.