diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 19:02:20 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:42:02 +0200 |
commit | fbdbbe2d0dc333fdd6fb547254d2cab57ed3bc98 (patch) | |
tree | bb75107096bbdc1f10fca8ab56ad17fc72517b07 /scripts | |
parent | 7cf010d2aaae017c5d1d416894f8d98bbf2ee082 (diff) | |
download | bugzilla-fbdbbe2d0dc333fdd6fb547254d2cab57ed3bc98.tar.gz bugzilla-fbdbbe2d0dc333fdd6fb547254d2cab57ed3bc98.tar.xz |
run selenium tests in single httpd mode
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/entrypoint.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/entrypoint.pl b/scripts/entrypoint.pl index ce1cc795b..e5ecc4324 100755 --- a/scripts/entrypoint.pl +++ b/scripts/entrypoint.pl @@ -156,6 +156,7 @@ sub cmd_test_webservices { sub cmd_test_selenium { my $conf = require $ENV{BZ_QA_CONF_FILE}; + $ENV{HTTP_BACKEND} = 'simple'; check_data_dir(); copy_qa_extension(); |