Created
January 3, 2019 18:27
-
-
Save dmose/86d32e47765b061404f4991587cbadff to your computer and use it in GitHub Desktop.
run_mochitests.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cd ../mozilla-central && ./mach build \ | |
&& ./mach lint -l codespell browser/components/newtab \ | |
&& ./mach test browser/components/newtab/test/browser --headless \ | |
&& ./mach test browser/components/newtab/test/xpcshell \ | |
&& ./mach test --log-tbpl test_run_log \ | |
browser_parsable_css \ | |
browser/components/preferences/in-content/tests/browser_hometab_restore_defaults.js \ | |
browser/components/preferences/in-content/tests/browser_newtab_menu.js \ | |
browser/components/enterprisepolicies/tests/browser/browser_policy_set_homepage.js \ | |
browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_1.js \ | |
&& ! grep -q TEST-UNEXPECTED test_run_log \ | |
&& ! ./mach test all_files_referenced | grep activity-stream \ | |
&& RUN_FIND_DUPES=1 ./mach package) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment