diff options
| author | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-18 08:58:20 +0000 | 
|---|---|---|
| committer | Daniel Manrique <> | 2014-08-18 08:58:20 +0000 | 
| commit | e7b67c26fb3580102a5544e61799cdd219c93108 (patch) | |
| tree | 9b4e4dacaf581ac429debbd5efd6dabe72556e9d /bin | |
| parent | 204ea6fde3f02f581867ebb56054c3e3611088b2 (diff) | |
| parent | 82a27888d57824735ff798c0f9c51d533942cd70 (diff) | |
"providers:checkbox: Force phoronix to not show browser at end of each test. [r=zkrynicki][bug=1350222][author=roadmr]"
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/pts_run | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/bin/pts_run b/bin/pts_run index 7b4440e7..76921e8c 100755 --- a/bin/pts_run +++ b/bin/pts_run @@ -9,6 +9,10 @@ echo -e "Y\nn\nn" | phoronix-test-suite > /dev/null  # Disable batch result saving and all test options selection  echo -e "n\nn" | phoronix-test-suite batch-setup > /dev/null  +# Don't show the browser after each test. +# The implementation is a bit hacky but works. +phoronix-test-suite user-config-set DefaultBrowser=/bin/true +  # Run each test only one time  export FORCE_TIMES_TO_RUN=1 | 
