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

Report build failures during test import #496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 15, 2023

  1. Report build failures during test import

    Prior to this commit, the test-importing script would ignore errors in
    the ARIA-AT project's build process. The script's subsequent behavior
    was dependent on the particular failure, and if the problem was reported
    at all, it would be in terms that were only indirectly related to the
    root cause. For instance:
    
        Error found: Error: ENOENT: no such file or directory, scandir '/home/mike/aria-at-app/server/scripts/import-tests/tmp/build/tests'    [104/1957]
            at Object.readdirSync (fs.js:1021:3)
            at importTestPlanVersions (/home/mike/aria-at-app/server/scripts/import-tests/index.js:73:33)
        error Command failed with exit code 1.
    
    Immediately exit the test-importing script if the ARIA-AT project's
    build process fails for any reason.
    jugglinmike committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    83b7e83 View commit details
    Browse the repository at this point in the history