From 454e15648508e704c91fb68cbf92bf1ff6bcd6ed Mon Sep 17 00:00:00 2001 From: Zach Gray Date: Mon, 7 May 2018 12:45:10 -0700 Subject: [PATCH] Update sts --- sts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sts b/sts index ea7a648..9af430e 100755 --- a/sts +++ b/sts @@ -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" ;; @@ -127,4 +127,4 @@ case ${STS_COMMAND} in eval ${RUN_COMMAND} fi ;; -esac \ No newline at end of file +esac