Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Fix Bug 1506229 - Run check for duplicate files in TC (#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
piatra authored and Mardak committed Nov 26, 2018
1 parent 3da5e66 commit 71d1a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mochitest.sh
Expand Up @@ -23,4 +23,5 @@ cd /mozilla-central && ./mach build \
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
&& ! ./mach test all_files_referenced | grep activity-stream \
&& RUN_FIND_DUPES=1 ./mach package

0 comments on commit 71d1a89

Please sign in to comment.