Browse Source

fix continue support

Waldemar Brodkorb 9 years ago
parent
commit
0556d492c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -1342,6 +1342,7 @@ for lib in ${libc}; do
   else
   else
     for arch in $archlist; do
     for arch in $archlist; do
       get_arch_info $arch $lib
       get_arch_info $arch $lib
+      report=REPORT.${arch}.${test}.${libver}${rsuffix}
       if [ $cont -eq 1 ]; then
       if [ $cont -eq 1 ]; then
         if [ -f $report ]; then
         if [ -f $report ]; then
           echo "Skipping already run test $test for $arch and $lib"
           echo "Skipping already run test $test for $arch and $lib"
@@ -1352,7 +1353,6 @@ for lib in ${libc}; do
         echo "Skipping $skiparchs"
         echo "Skipping $skiparchs"
         continue
         continue
       fi
       fi
-      report=REPORT.${arch}.${test}.${libver}${rsuffix}
 
 
       if [[ "$allowed_tests" = *${test}* ]]; then
       if [[ "$allowed_tests" = *${test}* ]]; then
         if [[ "$allowed_libc" = *${lib}* ]]; then
         if [[ "$allowed_libc" = *${lib}* ]]; then