shlib icon indicating copy to clipboard operation
shlib copied to clipboard

test_runner does not find checks in subdirectories

Open Pitterling opened this issue 5 years ago • 1 comments

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

Test in subdirectories should also be executed.

Pitterling avatar Aug 04 '19 12:08 Pitterling

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)"'

Pitterling avatar Oct 09 '19 16:10 Pitterling