Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 20, 2019
1 parent 18577dd commit 372b0d7
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions contrib/various_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ set -eu

: "${SH:=sh}"

$SH shellspec --banner
$SH shellspec --no-banner --skip-message quiet -j 3
$SH shellspec --no-banner --skip-message quiet $($SH shellspec --list specfiles | head -n 5)
$SH shellspec --no-banner --skip-message quiet $($SH shellspec --list examples:lineno | head -n 5)
$SH shellspec --no-banner --skip-message quiet spec/general_spec.sh:40:60:80:100
$SH shellspec --no-banner --skip-message quiet --profile
$SH shellspec --syntax-check
$SH shellspec --count
$SH shellspec --task
$SH shellspec --task hello:shellspec
shellspec() {
set -- "$SH" shellspec --shell "$SH" "$@"
echo "# $@"
"$@"
}

shellspec --banner
shellspec --no-banner --skip-message quiet -j 3
shellspec --no-banner --skip-message quiet $($SH shellspec --list specfiles | head -n 5)
shellspec --no-banner --skip-message quiet $($SH shellspec --list examples:lineno | head -n 5)
shellspec --no-banner --skip-message quiet spec/general_spec.sh:40:60:80:100
shellspec --no-banner --skip-message quiet --profile
shellspec --syntax-check
shellspec --count
shellspec --task
shellspec --task hello:shellspec

0 comments on commit 372b0d7

Please sign in to comment.