Skip to content

Commit c9bea1e

Browse files
committed
Include logs for MP tests
1 parent 4eb8fb4 commit c9bea1e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,18 @@ for platform in ${TEST_PLATFORMS//;/ }; do
277277
fi
278278
done
279279

280+
281+
if [ -f "$UNITY_PROJECT_PATH/clone0.log" ]; then
282+
echo ""
283+
echo "###########################"
284+
echo "# Clone 0 #"
285+
echo "###########################"
286+
echo ""
287+
288+
cat "$UNITY_PROJECT_PATH/clone0.log"
289+
fi
290+
291+
280292
#
281293
# Permissions
282294
#

0 commit comments

Comments
 (0)