We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb8fb4 commit c9bea1eCopy full SHA for c9bea1e
1 file changed
dist/platforms/ubuntu/run_tests.sh
@@ -277,6 +277,18 @@ for platform in ${TEST_PLATFORMS//;/ }; do
277
fi
278
done
279
280
+
281
+if [ -f "$UNITY_PROJECT_PATH/clone0.log" ]; then
282
+ echo ""
283
+ echo "###########################"
284
+ echo "# Clone 0 #"
285
286
287
288
+ cat "$UNITY_PROJECT_PATH/clone0.log"
289
+fi
290
291
292
#
293
# Permissions
294
0 commit comments