Skip to content
Snippets Groups Projects

E3-1186: Allow tests to be run with debug architecture if specified

Merged E3-1186: Allow tests to be run with debug architecture if specified
Merged Simon Rose requested to merge fix_test_arch into master

This MR does two things:

  • If EPICS_HOST_ARCH is set to the debug architecture when running make test then it will run the tests using that same architecture. This allows, for example, for better debugging if a segmentation fault and core dump happens during a test.
  • In order to test for the debug arch to be available, we look for the existence of softIocPVA. Given this, I realise that this is a bit weird that we still allow for softIoc to be used as a vestigal bit of support for base 3.xx, and as such I have elected to remove it. If prefered, that commit can be removed and moved to a separate MR.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading