Skip to content

Commit

Permalink
Add a warning about profile-clobbering
Browse files Browse the repository at this point in the history
  • Loading branch information
staktrace committed Sep 13, 2012
1 parent e5dd758 commit f8998dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mozregression/runnightly.py
Expand Up @@ -225,6 +225,8 @@ def __init__(self, repo_name=None):
self.buildRegex = 'fennec-.*\.apk'
self.processName = 'org.mozilla.fennec'
self.binary = 'org.mozilla.fennec/.App'
if "y" != raw_input("WARNING: bisecting nightly fennec builds will clobber your existing nightly profile. Continue? (y or n)"):
raise Exception("Aborting!")

def getRepoName(self, date):
return "mozilla-central-android"
Expand Down

0 comments on commit f8998dc

Please sign in to comment.