aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 48a8051fa..7e8426f35 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -99,9 +99,12 @@ echo "TESTING: join2 (test/utils/join2.exp)"
99echo "TESTING: join3 (test/utils/join3.exp)" 99echo "TESTING: join3 (test/utils/join3.exp)"
100./join3.exp 100./join3.exp
101 101
102echo "TESTING: join3 (test/utils/join4.exp)" 102echo "TESTING: join4 (test/utils/join4.exp)"
103./join4.exp 103./join4.exp
104 104
105echo "TESTING: join5 (test/utils/join5.exp)"
106./join5.exp
107
105echo "TESTING: join profile (test/utils/join-profile.exp)" 108echo "TESTING: join profile (test/utils/join-profile.exp)"
106./join-profile.exp 109./join-profile.exp
107 110