aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profiles.sh')
-rwxr-xr-xtest/profiles/profiles.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh
index a20ed5432..e3adc8a4f 100755
--- a/test/profiles/profiles.sh
+++ b/test/profiles/profiles.sh
@@ -14,9 +14,12 @@ do
14 ./test-profile.exp $PROFILE 14 ./test-profile.exp $PROFILE
15done 15done
16 16
17echo "TESTING: profile syntax (profiles/profile_syntax.exp)" 17echo "TESTING: profile syntax (test/profiles/profile_syntax.exp)"
18./profile_syntax.exp 18./profile_syntax.exp
19 19
20echo "TESTING: profile syntax 2 (profiles/profile_syntax2.exp)" 20echo "TESTING: profile syntax 2 (test/profiles/profile_syntax2.exp)"
21./profile_syntax2.exp 21./profile_syntax2.exp
22 22
23echo "TESTING: ignore command (test/profiles/ignore.exp)"
24./ignore.exp
25