summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-08-12 11:49:27 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2018-08-27 01:50:47 -0400
commit53c1989ebac58a4abe81b152d46a31e32c5af515 (patch)
tree4743e6ae62ba7ecc52c215ce2044f5b862d0022c /.travis
parent9a70a2c1856a2b1a63aa1e938ddee56bb98308ca (diff)
Fix FreeBSD VM on Travis not shutting down
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/cmake-freebsd-stage110
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis/cmake-freebsd-stage1 b/.travis/cmake-freebsd-stage1
index d1aeab62..d77a7a3a 100755
--- a/.travis/cmake-freebsd-stage1
+++ b/.travis/cmake-freebsd-stage1
@@ -147,6 +147,16 @@ travis_install() {
147 147
148 start_vm 148 start_vm
149 149
150 # Login as root user
151 send_keys 'root
152
153'
154 wait_for "Password:"
155 send_keys '
156'
157 # Wait for the prompt
158 wait_for "root@.*:~"
159
150 # Update system 160 # Update system
151 RUN PAGER=cat ASSUME_ALWAYS_YES=YES freebsd-update --not-running-from-cron fetch 161 RUN PAGER=cat ASSUME_ALWAYS_YES=YES freebsd-update --not-running-from-cron fetch
152 RUN PAGER=cat ASSUME_ALWAYS_YES=YES freebsd-update --not-running-from-cron install || true 162 RUN PAGER=cat ASSUME_ALWAYS_YES=YES freebsd-update --not-running-from-cron install || true