aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh24
1 files changed, 24 insertions, 0 deletions
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)"
40echo "TESTING: protocol.print (test/utils/protocol-print.exp)" 40echo "TESTING: protocol.print (test/utils/protocol-print.exp)"
41./protocol-print.exp 41./protocol-print.exp
42 42
43echo "TESTING: shutdown (test/utils/shutdown.exp)"
44./shutdown.exp
45
46echo "TESTING: shutdown2 (test/utils/shutdown2.exp)"
47./shutdown2.exp
48
49echo "TESTING: shutdown3 (test/utils/shutdown3.exp)"
50./shutdown3.exp
51
52echo "TESTING: shutdown4 (test/utils/shutdown4.exp)"
53./shutdown4.exp
54
55echo "TESTING: join test/utils/(join.exp)"
56./join.exp
57
58echo "TESTING: join2 test/utils/(join2.exp)"
59.join2.exp
60
61echo "TESTING: join3 (test/utils/join3.exp)"
62./join3.exp
63
64echo "TESTING: join profile (test/utils/join-profile.exp)"
65./join-profile.exp
66