test v10
This commit is contained in:
parent
22f9598dfb
commit
a8a5d444c5
1 changed files with 3 additions and 3 deletions
6
Test.hs
6
Test.hs
|
@ -130,9 +130,9 @@ tests n crippledfilesystem adjustedbranchok opts =
|
||||||
: concatMap mkrepotests testmodes
|
: concatMap mkrepotests testmodes
|
||||||
where
|
where
|
||||||
testmodes = catMaybes
|
testmodes = catMaybes
|
||||||
[ canadjust ("v8 adjusted unlocked branch", (testMode opts (RepoVersion 8)) { adjustedUnlockedBranch = True })
|
[ canadjust ("v10 adjusted unlocked branch", (testMode opts (RepoVersion 10)) { adjustedUnlockedBranch = True })
|
||||||
, unlesscrippled ("v8 unlocked", (testMode opts (RepoVersion 8)) { unlockedFiles = True })
|
, unlesscrippled ("v10 unlocked", (testMode opts (RepoVersion 10)) { unlockedFiles = True })
|
||||||
, unlesscrippled ("v8 locked", testMode opts (RepoVersion 8))
|
, unlesscrippled ("v10 locked", testMode opts (RepoVersion 10))
|
||||||
]
|
]
|
||||||
remotetestmode = testMode opts (RepoVersion 8)
|
remotetestmode = testMode opts (RepoVersion 8)
|
||||||
unlesscrippled v
|
unlesscrippled v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue