Bug #2314
Build script support for running Docker images isn't great
Start date:
11/03/2018
Due date:
% Done:
100%
Description
Currently, there isn't a great way to execute the events to start and stop docker. The two paths are:
- Attach the events to the test.run_unit target. This doesn't work because Ant doesn't support firing events after a target has run
- Attach the events to test.deploy_and_run_unit. This works except for when people run test.run_unit directly.
Associated revisions
Improving targets for test setup and teardown
Reference #2314
Improving targets for test setup and teardown
Reference #2314
History
#1 Updated by Luke Murphey about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100