Skip to content

Commit

Permalink
[toolbox.sh] Add subcommand test
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Jun 13, 2021
1 parent 010ce04 commit 5f41e93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f41e93

Please sign in to comment.