[Devel] [PATCH 10/10] cr_tests: eventfd: Run eventfd from runall.sh
Matt Helsley
matthltc at us.ibm.com
Mon Mar 15 16:01:06 PDT 2010
Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
runall.sh | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/runall.sh b/runall.sh
index 6b07d17..3ed9720 100644
--- a/runall.sh
+++ b/runall.sh
@@ -112,6 +112,12 @@ bash runtest.sh
update_totals $? taskfs
popd
+echo "Running eventfd tests"
+pushd eventfd
+bash run.sh
+update_totals $? eventfd
+popd
+
echo $passed out of $total test groups passed.
echo "Failed tests:"
for t in ${failed[@]}; do echo " $t"; done
--
1.6.3.3
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list