From 5f41e9388b2e4d2cdb4dd5561807d37b4719b276 Mon Sep 17 00:00:00 2001 From: Ushitora Anqou Date: Sun, 13 Jun 2021 12:05:57 +0900 Subject: [PATCH] [toolbox.sh] Add subcommand test --- toolbox.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/toolbox.sh b/toolbox.sh index 6c6f320..acc66e2 100755 --- a/toolbox.sh +++ b/toolbox.sh @@ -16,6 +16,13 @@ case "$1" in docker run -it -v $PWD:/build -w /build kvsp-build:latest ;; + test ) + cd Iyokan && \ + ruby test.rb --skip-preface ../build/bin fast && \ + ruby test.rb --skip-preface ../build/bin cufhe-cahp-ruby-09 && \ + rm _test* + ;; + tag ) [ $# -eq 2 ] || ( echo "Usage: $0 tag VERSION"; exit 1 ) git tag -s "v$2" -m "v$2"