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

test_runner does not find checks in subdirectories #8

Open
Pitterling opened this issue Aug 4, 2019 · 1 comment
Open

test_runner does not find checks in subdirectories #8

Pitterling opened this issue Aug 4, 2019 · 1 comment

Comments

@Pitterling
Copy link
Contributor

testrunner searches for *_test.sh files only in local directory.

Test in subdirectories should also be executed.

@Pitterling
Copy link
Contributor Author

haven't found any easy to implement solution so far

have adjusted the command-line as a workaround

  bash -c 'cd ./scripts/tests/; ./test_runner'
  bash -c 'cd ./scripts/tests/; ./test_runner -t "$(echo ./check/*_test.sh)"'

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

No branches or pull requests

1 participant