Skip to content

Commit

Permalink
Fix configuration of integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Jan 25, 2021
1 parent 731d9ce commit d3d4b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions integration_test.sh

This file was deleted.

3 changes: 2 additions & 1 deletion tests/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -v

export SKIP_COVERAGE='true'

./exe/run_test spec/fixtures/FixturePhpUnitTest.php --line=30
bundle exec rake install
# ./exe/run_test spec/fixtures/FixturePhpUnitTest.php --line=30
./exe/run_test spec/koine/test_runner_spec.rb
./exe/run_test spec/koine/test_runner_spec.rb --line=9
./exe/run_test spec/koine/test_runner_spec.rb --last
Expand Down

0 comments on commit d3d4b19

Please sign in to comment.