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

TESTS_PREFIX is not defined in test_runner #2

Closed
kward opened this issue Oct 22, 2017 · 0 comments
Closed

TESTS_PREFIX is not defined in test_runner #2

kward opened this issue Oct 22, 2017 · 0 comments

Comments

@kward
Copy link
Owner

kward commented Oct 22, 2017

Reported by @Pitterling.

standalone/test_runner lines 137-146.

  # Execute the tests.
  for suite in ${tests}; do
    # shellcheck disable=SC1117
    suiteName=$(expr "${suite}" : "${TESTS_PREFIX}\(.*\).sh")
    echo
    echo "--- Executing the '${suiteName}' test suite. ---"
    # ${shell_bin} needs word splitting.
    #   shellcheck disable=SC2086
    ( exec ${shell_bin} "./${suite}" 2>&1; )
  done
@kward kward closed this as completed in 81cbea4 Oct 22, 2017
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