Skip to content

Commit

Permalink
Desperation**2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 16, 2023
1 parent 76b80a8 commit a5ecee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipi_tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def run(self, cwd, nid):
except:
driver_out, driver_err = "", "Could not get outputs from drivers"
pass

print("Timeout during {} test \
**** i-PI output **** \
stdout {} \
Expand All @@ -386,6 +386,7 @@ def run(self, cwd, nid):
ipi_out, ipi_error,
driver_out, driver_err
) )
raise

raise RuntimeError(
"Time is out. Aborted during {} test.".format(
Expand Down

0 comments on commit a5ecee6

Please sign in to comment.