From: Cheng Zhao Date: Thu, 12 Nov 2015 15:02:39 +0000 (+0800) Subject: spec: Disable old APIs in tests X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce6a7c7d088eb0dc387a99c6ed74fd9ee839a0eb;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git spec: Disable old APIs in tests --- diff --git a/script/test.py b/script/test.py index 28aeac9..7f75d31 100755 --- a/script/test.py +++ b/script/test.py @@ -16,6 +16,9 @@ PRODUCT_NAME = atom_gyp()['product_name%'] def main(): os.chdir(SOURCE_ROOT) + # Disable old APIs + os.environ['ELECTRON_HIDE_INTERNAL_MODULES'] = 'true' + config = 'D' if len(sys.argv) == 2 and sys.argv[1] == '-R': config = 'R'