Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !166

Add option to recursively test directories to run.sh

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michiel Verloop requested to merge improved-run-script into develop Jan 26, 2022
  • Overview 10
  • Commits 4
  • Changes 1

Currently, the run.sh script can only be used to run individual tests.

This branch adds the feature to recursively test everything in a directory when given the -r option.

Example use:

$ ./scripts/run.sh -r reusecand $PWD
Running tests in reusecand
Running reusecand/test-wrci-prc.sac
Finished running reusecand/test-wrci-prc.sac
Running reusecand/test-wrci-rc.sac
Finished running reusecand/test-wrci-rc.sac
Edited Jan 26, 2022 by Michiel Verloop
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: improved-run-script