summaryrefslogtreecommitdiff
path: root/.gitlab-ci/cuttlefish-runner.sh
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-02-06 18:49:06 +0000
committerMarge Bot <emma+marge@anholt.net>2023-02-07 16:28:35 +0000
commit6ace3d6cf060cbe86c3f7b8ba22a9c4395837ee8 (patch)
treee18cad92d5e5473833f8db92b0749072638a88f9 /.gitlab-ci/cuttlefish-runner.sh
parent61eba809745e29d77e430f49bc0c45008b179081 (diff)
downloadmesa-6ace3d6cf060cbe86c3f7b8ba22a9c4395837ee8.tar.gz
ci/android: add missing line terminator at the end of the file
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21157>
Diffstat (limited to '.gitlab-ci/cuttlefish-runner.sh')
-rwxr-xr-x.gitlab-ci/cuttlefish-runner.sh2
1 files changed, 1 insertions, 1 deletions
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