mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[fix] fix selenium tests
This commit is contained in:
parent
1012d63885
commit
d0cebd6e77
3 changed files with 6 additions and 3 deletions
|
@ -22,7 +22,7 @@ check_geckodriver() {
|
|||
if [ -z $NOTFOUND ]; then
|
||||
return
|
||||
fi
|
||||
GECKODRIVER_VERSION="v0.14.0"
|
||||
GECKODRIVER_VERSION="v0.18.0"
|
||||
PLATFORM=`python -c "import platform; print platform.system().lower(), platform.architecture()[0]"`
|
||||
case $PLATFORM in
|
||||
"linux 32bit" | "linux2 32bit") ARCH="linux32";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue