Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers