ci/android: Move sourcing setup-test-env.sh before set -uex
This prevents printing the various aliases and exports, and cleans up the job logs. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35792>
This commit is contained in:
committed by
Marge Bot
parent
a611ab7895
commit
6203846120
@@ -2,10 +2,10 @@
|
||||
# shellcheck disable=SC2086 # we want word splitting
|
||||
# shellcheck disable=SC1091 # paths only become valid at runtime
|
||||
|
||||
set -uex
|
||||
|
||||
. "${SCRIPTS_DIR}/setup-test-env.sh"
|
||||
|
||||
set -uex
|
||||
|
||||
section_start cuttlefish_setup "cuttlefish: setup"
|
||||
|
||||
# Structured tagging check for angle
|
||||
|
||||
Reference in New Issue
Block a user