Skip to content

Commit 454e156

Browse files
authored
Update sts
1 parent fd618f8 commit 454e156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ case ${STS_COMMAND} in
9696
test|tests)
9797
# TODO: Finish live reloaded tests; need to think about the --entrypoint usage
9898
if [ "$STS_LIVE_ENABLED" = true ] ; then
99-
echo -e "[STS][test][${STS_COMMAND_ARG}] ignoring unsupported flag: ${TXT_YELLOW}-l|--live${TXT_NC}"
99+
echo -e "[STS][run][${STS_COMMAND_ARG}] ignoring unsupported flag: ${TXT_YELLOW}-l|--live${TXT_NC}"
100100
fi
101101
RUN_COMMAND="docker run --rm -it ${STS_LIVE_FLAG} ${STS_VOLUME_FLAG} --entrypoint "/usr/bin/swift" ${STS_NAME} test -Xswiftc -O"
102102
;;
@@ -127,4 +127,4 @@ case ${STS_COMMAND} in
127127
eval ${RUN_COMMAND}
128128
fi
129129
;;
130-
esac
130+
esac

0 commit comments

Comments
 (0)