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 fd618f8 commit 454e156Copy full SHA for 454e156
sts
@@ -96,7 +96,7 @@ case ${STS_COMMAND} in
96
test|tests)
97
# TODO: Finish live reloaded tests; need to think about the --entrypoint usage
98
if [ "$STS_LIVE_ENABLED" = true ] ; then
99
- 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}"
100
fi
101
RUN_COMMAND="docker run --rm -it ${STS_LIVE_FLAG} ${STS_VOLUME_FLAG} --entrypoint "/usr/bin/swift" ${STS_NAME} test -Xswiftc -O"
102
;;
@@ -127,4 +127,4 @@ case ${STS_COMMAND} in
127
eval ${RUN_COMMAND}
128
129
130
-esac
+esac
0 commit comments