mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1869890 - migrate cram.ini to .toml. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D196352
This commit is contained in:
parent
f5c721524c
commit
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]
|
1
build/tests/cram/cram.toml
Normal file
1
build/tests/cram/cram.toml
Normal file
@ -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]
|
5
tools/tryselect/test/cram.toml
Normal file
5
tools/tryselect/test/cram.toml
Normal file
@ -0,0 +1,5 @@
|
||||
["test_auto.t"]
|
||||
["test_empty.t"]
|
||||
["test_fuzzy.t"]
|
||||
["test_message.t"]
|
||||
["test_preset.t"]
|
Loading…
Reference in New Issue
Block a user