summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-17 11:24:23 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-17 11:24:28 +0200
commit0556d492c212247ebd9505010a286e9ad186cb09 (patch)
tree89faca10e8be4218ed232d6f514c0d26e3c28e8f /embedded-test.sh
parenteb13f24cd8b58689445bbde6f9fb6cd169a6a807 (diff)
fix continue support
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 8c0cbc0..3107687 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -1342,6 +1342,7 @@ for lib in ${libc}; do
else
for arch in $archlist; do
get_arch_info $arch $lib
+ report=REPORT.${arch}.${test}.${libver}${rsuffix}
if [ $cont -eq 1 ]; then
if [ -f $report ]; then
echo "Skipping already run test $test for $arch and $lib"
@@ -1352,7 +1353,6 @@ for lib in ${libc}; do
echo "Skipping $skiparchs"
continue
fi
- report=REPORT.${arch}.${test}.${libver}${rsuffix}
if [[ "$allowed_tests" = *${test}* ]]; then
if [[ "$allowed_libc" = *${lib}* ]]; then