From 0b97122209f4bd4cee3c9f272d225f40f5f4d029 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Thu, 10 Oct 2024 11:38:24 +1100 Subject: [PATCH] Try to clean up CI output a little --- .drone.jsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index 51ab75b2a..6c7d7eb2c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -76,6 +76,8 @@ local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$U commands: [ sim_delete_cmd, ||| + set +x + if [[ -d ./build/artifacts/testResults.xcresult ]]; then xcresultparser --output-format cli --failed-tests-only ./build/artifacts/testResults.xcresult else