mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
changelog and update reset.sh to fix --real-safari bug
This commit is contained in:
@@ -4,6 +4,8 @@ CHANGES IN VERSION 0.11.2 (from 0.11.1)
|
||||
#### General
|
||||
- fix bug where running `appium` after installing via npm would error out
|
||||
because the logger was not initialized correctly
|
||||
- fix bug in reset.sh where setting --real-safari would cause android et al
|
||||
not to build
|
||||
|
||||
|
||||
CHANGES IN VERSION 0.11.1 (from 0.11.0)
|
||||
|
||||
2
reset.sh
2
reset.sh
@@ -37,7 +37,7 @@ do
|
||||
shift
|
||||
done
|
||||
|
||||
if ! $should_reset_android && ! $should_reset_ios && ! $should_reset_selendroid && ! $should_reset_gappium && ! $should_reset_firefoxos && ! $should_reset_realsafari; then
|
||||
if ! $should_reset_android && ! $should_reset_ios && ! $should_reset_selendroid && ! $should_reset_gappium && ! $should_reset_firefoxos ; then
|
||||
should_reset_android=true
|
||||
should_reset_ios=true
|
||||
should_reset_selendroid=true
|
||||
|
||||
Reference in New Issue
Block a user