Skip to content

Commit

Permalink
#147: Move tests runner to a separate project
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Jul 8, 2018
1 parent fd9977b commit ef51418
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 55 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "scripts/roles/cikit-ci/files/bash-process-controller"]
path = scripts/roles/cikit-ci/files/bash-process-controller
url = https://github.com/BR0kEN-/bash-process-controller.git
[submodule "tests/travis/tests-runner"]
path = tests/travis/tests-runner
url = https://github.com/BR0kEN-/tests-runner.git
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- sudo git checkout ${TRAVIS_BRANCH}

script:
- sudo ./tests/travis/runner.sh
- sudo ./tests/travis/tests-runner/runner.sh
- env

notifications:
Expand Down
4 changes: 4 additions & 0 deletions docs/_posts/2018-04-24-travis-tests-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ When skipping a test the extension of a file **MUST NOT** be specified. If file
## Check in action

The [.travis.yml](https://github.com/BR0kEN-/cikit/blob/c37173b93d1eaee9b090fe4655cf6e5081122942/.travis.yml#L37) of CIKit uses exactly same [runner](https://github.com/BR0kEN-/cikit/blob/c37173b93d1eaee9b090fe4655cf6e5081122942/tests/travis/runner.sh#L1), which is responsible for launching [Bash](https://github.com/BR0kEN-/cikit/tree/c37173b93d1eaee9b090fe4655cf6e5081122942/tests/travis/bash) and [Python](https://github.com/BR0kEN-/cikit/tree/c37173b93d1eaee9b090fe4655cf6e5081122942/tests/travis/python) tests.

## Project page

Project codebase is available at [https://github.com/BR0kEN-/tests-runner](https://github.com/BR0kEN-/tests-runner).
54 changes: 0 additions & 54 deletions tests/travis/runner.sh

This file was deleted.

1 change: 1 addition & 0 deletions tests/travis/tests-runner
Submodule tests-runner added at 004012

0 comments on commit ef51418

Please sign in to comment.