Bug 1869890 - migrate cram.ini to .toml. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D196352
This commit is contained in:
Joel Maher 2023-12-14 21:00:24 +00:00
parent f5c721524c
commit 0bc470a2e8
6 changed files with 8 additions and 8 deletions

View File

@ -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"]

View File

@ -1 +0,0 @@
[test_configure_help.t]

View File

@ -0,0 +1 @@
["test_configure_help.t"]

View File

@ -69,7 +69,7 @@ with Files("tryselect/docs/**"):
SCHEDULES.exclusive = ["docs"]
CRAMTEST_MANIFESTS += [
"tryselect/test/cram.ini",
"tryselect/test/cram.toml",
]
PYTHON_UNITTEST_MANIFESTS += [

View File

@ -1,5 +0,0 @@
[test_auto.t]
[test_empty.t]
[test_fuzzy.t]
[test_message.t]
[test_preset.t]

View File

@ -0,0 +1,5 @@
["test_auto.t"]
["test_empty.t"]
["test_fuzzy.t"]
["test_message.t"]
["test_preset.t"]