From f2459081fe1b407a69de081199714ea4ba7f0e9c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 13 Nov 2015 22:22:36 +0100 Subject: skip toolchain only builds --- embedded-test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/embedded-test.sh b/embedded-test.sh index 955faa7..ee61490 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -760,8 +760,8 @@ for lib in ${libc}; do echo "Summary: testing $archlist with C library $lib and $testinfo" sleep 2 for arch in ${archlist}; do - if [ $continue -eq 1 -a -f "REPORT.${arch}.${tests}.${libver}" ]; then - echo "Skipping this test after last build break" + if [ $continue -eq 1 -a -f "REPORT.${arch}.${tests}.${libver}" -o -f "REPORT.${arch}.toolchain.${libver}" ]; then + echo "Skipping already run test for $arch" continue fi if [ "$arch" = "$skiparchs" ];then @@ -770,6 +770,7 @@ for lib in ${libc}; do fi echo "Compiling base system and toolchain for $lib and $arch" build $lib $arch notest + echo "$arch with $lib successfully build" > REPORT.${arch}.toolchain.${libver} if [ ! -z "$tests" ];then for test in ${tests}; do if [ $test = "boot" -o $test = "libc" -o $test = "ltp" -o $test = "native" -o $test = "mksh" ];then -- cgit v1.2.3