aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test/diameter_sync_SUITE.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-12-14 14:49:31 +0100
committerAnders Svensson <[email protected]>2011-12-16 18:25:30 +0100
commit40c11394f000b4bad36e45ef2c3d45882f39ac6e (patch)
tree48a7292e95cfa1059a6d0248d77a3c0c35a552c3 /lib/diameter/test/diameter_sync_SUITE.erl
parent085d179fd8c192d42415e5df73bc3eb8a6d912d2 (diff)
downloadotp-40c11394f000b4bad36e45ef2c3d45882f39ac6e.tar.gz
otp-40c11394f000b4bad36e45ef2c3d45882f39ac6e.tar.bz2
otp-40c11394f000b4bad36e45ef2c3d45882f39ac6e.zip
Use new syntax for specifying ct group properties
No longer have to duplicate groups for sequential and parallel runs.
Diffstat (limited to 'lib/diameter/test/diameter_sync_SUITE.erl')
-rw-r--r--lib/diameter/test/diameter_sync_SUITE.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/diameter/test/diameter_sync_SUITE.erl b/lib/diameter/test/diameter_sync_SUITE.erl
index 84f77b6066..1e0dbd634c 100644
--- a/lib/diameter/test/diameter_sync_SUITE.erl
+++ b/lib/diameter/test/diameter_sync_SUITE.erl
@@ -48,10 +48,11 @@ suite() ->
[{timetrap, {seconds, 10}}].
all() ->
- [{group, all} | tc()].
+ [{group, all},
+ {group, all, [parallel]}].
groups() ->
- [{all, [parallel], tc()}].
+ [{all, [], tc()}].
tc() ->
[call,