Commit 814bd80
authored
fix: Nightly dev test dur to updates in 'wait_for_process_finished'. (#4575)
## Context
The test fixture was already exiting the solver session, thus exit was
called twice.
## Change Summary
Removed exit call from the test.
## Rationale
As the exit was already called in the fixture.
This updated behavior is correct as redundant call to exit will be
caught now.1 parent 59a2c5f commit 814bd80
File tree
2 files changed
+1
-2
lines changed- doc/changelog.d
- tests/integration/test_optislang
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
0 commit comments