Module: Mesa Branch: main Commit: 6ace3d6cf060cbe86c3f7b8ba22a9c4395837ee8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ace3d6cf060cbe86c3f7b8ba22a9c4395837ee8
Author: Eric Engestrom <[email protected]> Date: Mon Feb 6 18:49:06 2023 +0000 ci/android: add missing line terminator at the end of the file Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Helen Koike <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21157> --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index d81f55ff62f..1f6563051fa 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -108,4 +108,4 @@ cp /cuttlefish/cuttlefish/instances/cvd-1/logs/logcat results cp /cuttlefish/cuttlefish/instances/cvd-1/kernel.log results cp /cuttlefish/cuttlefish/instances/cvd-1/logs/launcher.log results -exit $EXIT_CODE \ No newline at end of file +exit $EXIT_CODE
