Skip to content

Commit

Permalink
Fix one more test...
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Nov 25, 2024
1 parent bde90ad commit 05cb189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3361,7 +3361,7 @@ def test_salish_execute_with_deflate(self, monkeypatch):
echo "Ended run at $(date)" >>${{RESULTS_DIR}}/stdout
echo "Results combining started at $(date)" >>${{RESULTS_DIR}}/stdout
${{COMBINE}} ${{RUN_DESC}} --debug
${{COMBINE}} ${{RUN_DESC}} --debug >>${{RESULTS_DIR}}/stdout
echo "Results combining ended at $(date)" >>${{RESULTS_DIR}}/stdout
echo "Results deflation started at $(date)" >>${{RESULTS_DIR}}/stdout
Expand All @@ -3371,7 +3371,7 @@ def test_salish_execute_with_deflate(self, monkeypatch):
echo "Results deflation ended at $(date)" >>${{RESULTS_DIR}}/stdout
echo "Results gathering started at $(date)" >>${{RESULTS_DIR}}/stdout
${{GATHER}} ${{RESULTS_DIR}} --debug
${{GATHER}} ${{RESULTS_DIR}} --debug >>${{RESULTS_DIR}}/stdout
echo "Results gathering ended at $(date)" >>${{RESULTS_DIR}}/stdout
"""
)
Expand Down

0 comments on commit 05cb189

Please sign in to comment.