Skip to content

Commit

Permalink
Revert change (#991)
Browse files Browse the repository at this point in the history
Revert the outcome of this test to its original behavior.
  • Loading branch information
cluckj authored and scottleibrand committed Apr 28, 2018
1 parent 78cfef0 commit 0cb310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oref0-pump-loop.sh
Expand Up @@ -490,7 +490,7 @@ function refresh_pumphistory_and_meal {
( grep -q "model.*12" monitor/status.json || \
test $(cat monitor/status.json | json suspended) == true || \
test $(cat monitor/status.json | json bolusing) == false ) \
|| { echo; cat monitor/status.json | jq -c -C .; echo -n "x12 model detected. Ref"; }
|| { echo; cat monitor/status.json | jq -c -C .; return 1; }
echo -n resh
retry_return monitor_pump || return 1
echo -n ed
Expand Down

0 comments on commit 0cb310d

Please sign in to comment.