Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test runner. #68

Merged
merged 7 commits into from Feb 24, 2014
Merged

Add test runner. #68

merged 7 commits into from Feb 24, 2014

Conversation

paulp
Copy link
Collaborator

@paulp paulp commented Feb 24, 2014

This is one additional commit on top of #67 for a command line test runner.

Yamashita Yuu and others added 7 commits February 24, 2014 22:21
[Bats](https://github.com/sstepehnson/bats) is a testing tool for bash
scripts. It has been used in famous bash projects like Ruby's rbenv.
% bin/run-tests

✓ loads .sbt_completion.sh
✓ fails to start sbt on empty project
✓ starts sbt on empty project if -sbt-create was given
✓ downloads sbt 0.7.x
✓ downloads sbt 0.10.x
✓ downloads sbt 0.11.x (< 0.11.3) from org.scala-tools.sbt:sbt-launch
✓ downloads sbt 0.11.x (>= 0.11.3) from org-scala-sbt:sbt-launch
...
paulp added a commit that referenced this pull request Feb 24, 2014
@paulp paulp merged commit 4b79fdc into master Feb 24, 2014
@paulp paulp deleted the add-bats-test branch February 24, 2014 17:28
jkleckner pushed a commit to jkleckner/dotsbt that referenced this pull request Feb 24, 2014
[Pull 68](dwijnand/sbt-extras#68) eliminates the
requirement to use forked repo https://github.com/yyuu/sbt-extras for
this repo.

Thank you yyuu for the fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant