changelog and update reset.sh to fix --real-safari bug

This commit is contained in:
Jonathan Lipps
2013-10-29 14:49:14 -07:00
parent e802105a7b
commit d31a3729b1
2 changed files with 3 additions and 1 deletions

View File

@@ -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)

View File

@@ -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