Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 846464 - update panda smoketest. r=kmoir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher committed Feb 28, 2013
1 parent f4459fa commit 4c7dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sut_tools/smoketest.py
Expand Up @@ -87,7 +87,7 @@ def smoketest(device_name, number):


if __name__ == '__main__': if __name__ == '__main__':
global appFileName, processName global appFileName, processName
appFileName = os.path.join(os.path.dirname(__file__), "fennec-18.0a1.multi.android-arm.apk") appFileName = os.path.join(os.path.dirname(__file__), "fennec-19.0a1.multi.android-arm.apk")
processName = "org.mozilla.fennec" processName = "org.mozilla.fennec"


device_name = os.getenv('SUT_NAME') device_name = os.getenv('SUT_NAME')
Expand Down

0 comments on commit 4c7dc5f

Please sign in to comment.