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

Commits on Feb 24, 2014

  1. Download older launchers if the version is declared in `build.propert…

    …ies`
    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    89f6442 View commit details
    Browse the repository at this point in the history
  2. Set sbt.global.base expectedly

    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    e076a2f View commit details
    Browse the repository at this point in the history
  3. add tests for sbt-extras based on sstephenson/bats

    [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.
    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    8aca920 View commit details
    Browse the repository at this point in the history
  4. unset system's JAVA_HOME to force tests to use stubs

    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    5c92581 View commit details
    Browse the repository at this point in the history
  5. paranoiac string quoting

    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    04f89cc View commit details
    Browse the repository at this point in the history
  6. add .travis.yml

    Yamashita Yuu committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    0e0fcdb View commit details
    Browse the repository at this point in the history
  7. Added test runner.

    % 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 committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    5b8ff4f View commit details
    Browse the repository at this point in the history