From b7c2b8268558a5537df545ef1e38dcbe35ec2ee7 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 6 Feb 2020 11:19:16 +0100 Subject: [PATCH] debugging of test-results.xml parsing --- scripts/run_ninja.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run_ninja.sh b/scripts/run_ninja.sh index de2649d..c504e21 100755 --- a/scripts/run_ninja.sh +++ b/scripts/run_ninja.sh @@ -31,7 +31,9 @@ set -e echo "ninja ${CMD} completed ======================================" if test -f "test-results.xml" ; then - cp test-results.xml "${TARGET_DIR}" + echo "copying test_results.xml to ${TARGET_DIR}" + du "test_results.xml" + cp test-results.xml "${TARGET_DIR}" fi exit ${RETURN_CODE} \ No newline at end of file