Skip to content

Commit

Permalink
Include as the test file specified file by arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Feb 23, 2020
1 parent 94d5eae commit 7abb348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shellspec
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ case $SHELLSPEC_MODE in (runner | list)
SHELLSPEC_SEED=$(( ($SHELLSPEC_UNIXTIME * $$ / 7 + $$) % 100000))
info "Randomized with seed $SHELLSPEC_SEED" >&2
fi
for file; do
SHELLSPEC_PATTERN="$SHELLSPEC_PATTERN|$file"
done
esac

if [ "$SHELLSPEC_ENV_FROM" ]; then
Expand Down

0 comments on commit 7abb348

Please sign in to comment.