summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-01 11:50:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:03 -0500
commit361d126d01d45053beb2582e01bc9e1fff6ad3db (patch)
tree4cbbd2deff48670b18b744e042795df1fea3acc6 /source4/torture/torture.c
parent88df3c81ee283819faed2d521e98b1922c03854d (diff)
downloadsamba-361d126d01d45053beb2582e01bc9e1fff6ad3db.tar.gz
samba-361d126d01d45053beb2582e01bc9e1fff6ad3db.tar.bz2
samba-361d126d01d45053beb2582e01bc9e1fff6ad3db.zip
r8051: separate out the MAX EAs test, as it fills disk too much to be run regularly
(This used to be commit dac526845ea89ba732300105b3f82210b0828102)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 2cb9a22bcb..5fe8a9865d 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2264,6 +2264,7 @@ static struct {
{"RAW-RENAME", torture_raw_rename, 0},
{"RAW-SEEK", torture_raw_seek, 0},
{"RAW-EAS", torture_raw_eas, 0},
+ {"RAW-EAMAX", torture_max_eas, 0},
{"RAW-STREAMS", torture_raw_streams, 0},
{"RAW-ACLS", torture_raw_acls, 0},
{"RAW-RAP", torture_raw_rap, 0},