From 77e0c09bc1a526f7b39801ac8d9ac98105e94f45 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 10 Jan 2016 11:44:29 +0100 Subject: fix continue stamps --- embedded-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embedded-test.sh') diff --git a/embedded-test.sh b/embedded-test.sh index 9a0b79e..fc0da01 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -1090,7 +1090,7 @@ for lib in ${libc}; do for arch in $archlist; do get_arch_info $arch $lib if [ $cont -eq 1 ]; then - if [ -f "REPORT.${arch}.${test}.${libver}" ]; then + if [ -f "REPORT.${arch}.${emulator}.${test}.${libver}" ]; then echo "Skipping already run test $test for $arch and $lib" continue fi @@ -1109,7 +1109,7 @@ for lib in ${libc}; do fi else # fake stamp for continue - touch REPORT.${arch}.${test}.${libver} + touch REPORT.${arch}.${emulator}.${test}.${libver} fi else echo "$lib not available for $arch" -- cgit v1.2.3