Skip to content

Commit

Permalink
tmp: force a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Mar 1, 2023
1 parent 0f4d4bd commit 2cc917d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,13 @@
run:
- load_file("testnet.hoc")
- verify_graph_()
script:
#script:
# there are two problems with the code in this model:
# - it tries to access /proc/uptime, which is not portable
# - if that works (i.e. on Linux) it runs with a different seed every time,
# which is unhelpful in a CI context
- sed -i'.bak' -e 's#ropen(#// ropen(#g;s#rseed = fscan()#rseed=424242#g' testnet.hoc
# FIXME disabled to force a failure
#- sed -i'.bak' -e 's#ropen(#// ropen(#g;s#rseed = fscan()#rseed=424242#g' testnet.hoc
52034:
run:
- run_short()
Expand Down

0 comments on commit 2cc917d

Please sign in to comment.