Gregory Szorc writes:

> Just landed in inbound is a mass conversion of mochitests to use manifests.

When adding a new test, the process used to be:

1. add new file path/to/test/directory/new-file
2. add "new-file" to MOCHITEST_FILES in path/to/test/directory/Makefile.in
3. make -C obj/path/to/test/directory
4. run test

Is the following meant to work now?

1. add new file path/to/test/directory/new-file
2. add "[new-file]" in path/to/test/directory/mochitest.ini
3. make -C obj/path/to/test/directory
4. run test

I tried the above without success.
I also tried replacing 3 with "./mach build path/to/test/directory"
without success.

Is there a new passphrase?
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to