diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-11 13:11:08 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-11 13:11:08 -0400 |
commit | 82a27888d57824735ff798c0f9c51d533942cd70 (patch) | |
tree | a3ed0db0bdb356438963cb4015a9b029fcce4d88 | |
parent | 9bc04d2c87b29e16703d8f2301bde79964ab61c3 (diff) |
providers:checkbox: Force phoronix to not show browser at end of each test
-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 7b4440e..76921e8 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 |