diff --git a/travis-ci/vmtest/run.sh b/travis-ci/vmtest/run.sh index 098b88a..571ce36 100755 --- a/travis-ci/vmtest/run.sh +++ b/travis-ci/vmtest/run.sh @@ -475,12 +475,11 @@ guestfish --remote \ upload "$tmp" /etc/rcS.d/S50-run-tests : \ chmod 755 /etc/rcS.d/S50-run-tests -fold_shutdown="$(travis_fold start shutdown)" +fold_shutdown="$(travis_fold start shutdown Shutdown)" cat <"$tmp" #!/bin/sh -echo ${fold_shutdown} -echo -e '\033[1;33mShutdown\033[0m\n' +echo -e '${fold_shutdown}' poweroff HERE