summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-01-27 19:30:06 +0100
committerClifford Wolf <clifford@clifford.at>2015-01-27 19:30:06 +0100
commite666611534174621e8089c732186e4aa07f0ce68 (patch)
treecd24a12284c4ab65383eb190263a073c312930c3 /tests
parentc7c99a694bf63f7cc9f01ed08b2411ae98ff8eed (diff)
Bugfix in resource sharing test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/share/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/share/run-test.sh b/tests/share/run-test.sh
index 203d6fcd..6e880677 100755
--- a/tests/share/run-test.sh
+++ b/tests/share/run-test.sh
@@ -18,7 +18,7 @@ for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do
done
echo
-failed_share=$( echo $( gawk '/^#job#/ { j=$2; db[j]=0; } /^Removing [24] cells/ { delete db[j]; } END { for (j in db) print(j); }' temp/all_share_log.txt ) )
+failed_share=$( echo $( gawk '/^#job#/ { j=$2; db[j]=0; } /^Removing [246] cells/ { delete db[j]; } END { for (j in db) print(j); }' temp/all_share_log.txt ) )
if [ -n "$failed_share" ]; then
echo "Resource sharing failed for the following test cases: $failed_share"
false