Skip to content

Commit

Permalink
Make opkg install fail fatal
Browse files Browse the repository at this point in the history
Now that xochitl configures correctly in rm-docker, we don't need the
`|| true` anymore.
  • Loading branch information
timower committed Jun 10, 2024
1 parent 7ba7680 commit 105681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ do_ssh systemctl restart systemd-timesyncd
do_ssh opkg update

# TODO: xochitl doesn't configure for 3.5+
do_ssh opkg install ./*.ipk calculator mines || true
do_ssh opkg install ./*.ipk calculator mines

# Start rocket, which should trigger the rm2fb socket and start the service.
do_ssh systemctl start rocket
Expand Down

0 comments on commit 105681c

Please sign in to comment.