зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1869890 - migrate cram.ini to .toml. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D196352
This commit is contained in:
Родитель
f5c721524c
Коммит
0bc470a2e8
|
@ -25,7 +25,7 @@ if CONFIG["RUSTC"]:
|
|||
DIRS += ["rust/mozbuild"]
|
||||
|
||||
CRAMTEST_MANIFESTS += [
|
||||
"tests/cram/cram.ini",
|
||||
"tests/cram/cram.toml",
|
||||
]
|
||||
|
||||
DEFINES["ACCEPTED_MAR_CHANNEL_IDS"] = CONFIG["ACCEPTED_MAR_CHANNEL_IDS"]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
[test_configure_help.t]
|
|
@ -0,0 +1 @@
|
|||
["test_configure_help.t"]
|
|
@ -69,7 +69,7 @@ with Files("tryselect/docs/**"):
|
|||
SCHEDULES.exclusive = ["docs"]
|
||||
|
||||
CRAMTEST_MANIFESTS += [
|
||||
"tryselect/test/cram.ini",
|
||||
"tryselect/test/cram.toml",
|
||||
]
|
||||
|
||||
PYTHON_UNITTEST_MANIFESTS += [
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[test_auto.t]
|
||||
[test_empty.t]
|
||||
[test_fuzzy.t]
|
||||
[test_message.t]
|
||||
[test_preset.t]
|
|
@ -0,0 +1,5 @@
|
|||
["test_auto.t"]
|
||||
["test_empty.t"]
|
||||
["test_fuzzy.t"]
|
||||
["test_message.t"]
|
||||
["test_preset.t"]
|
Загрузка…
Ссылка в новой задаче