Run commands in the mini_installer test framework from the framework's directory.
The framework ran commands from the current working directory. Make it run commands from the framework's directory. NOTRY=True BUG=264859 1) Uninstall Chrome (if it's installed.) 2) Build Chrome with Release mode and make sure that mini_installer.exe is created. 3) Go to src\chrome\test\mini_installer 4) Run "python test_installer.py config\config.config --build-dir=<build-dir> --target=Release" where <build-dir> is the path to main build directory (the parent of the Release directory). The test should pass. 5) Go to src\chrome\test 6) Run "python mini_installer\test_installer.py mini_installer\config\config.config --build-dir=<build-dir> --target=Release". The test should pass. Review URL: https://chromiumcodereview.appspot.com/23557009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221361 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment