Skip to content

Commit

Permalink
Update mdimechanic.yml to capture launcher output
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm authored Oct 21, 2024
1 parent ef2e026 commit d562646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdimechanic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ run_scripts:
script:
- cd tests/formic
- cp formic_acid.mop formic_acid2.mop
- python launcher.py &
- python launcher.py > launcher.out &
- python driver.py -mdi "-role DRIVER -name driver -method LINK" > driver2.out &
- wait
- cat launcher.out
- cat driver2.out
- cat formic_acid2.out
- rm formic_acid2.mop
Expand Down

0 comments on commit d562646

Please sign in to comment.