From c729d5927d5db964e71bfe30a269acf26786fef7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 23 Apr 2016 20:35:52 -0400 Subject: testing --- test/utils/utils.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'test/utils/utils.sh') diff --git a/test/utils/utils.sh b/test/utils/utils.sh index 02aaa57c0..a40845a5f 100755 --- a/test/utils/utils.sh +++ b/test/utils/utils.sh @@ -40,3 +40,27 @@ echo "TESTING: seccomp.print (test/utils/seccomp-print.exp)" echo "TESTING: protocol.print (test/utils/protocol-print.exp)" ./protocol-print.exp +echo "TESTING: shutdown (test/utils/shutdown.exp)" +./shutdown.exp + +echo "TESTING: shutdown2 (test/utils/shutdown2.exp)" +./shutdown2.exp + +echo "TESTING: shutdown3 (test/utils/shutdown3.exp)" +./shutdown3.exp + +echo "TESTING: shutdown4 (test/utils/shutdown4.exp)" +./shutdown4.exp + +echo "TESTING: join test/utils/(join.exp)" +./join.exp + +echo "TESTING: join2 test/utils/(join2.exp)" +.join2.exp + +echo "TESTING: join3 (test/utils/join3.exp)" +./join3.exp + +echo "TESTING: join profile (test/utils/join-profile.exp)" +./join-profile.exp + -- cgit v1.2.3-54-g00ecf