From d31a3729b10f51bb9b538ef76a3ce3201d7d16ea Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Tue, 29 Oct 2013 14:49:14 -0700 Subject: [PATCH] changelog and update reset.sh to fix --real-safari bug --- CHANGELOG.txt | 2 ++ reset.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fc75a73e4..01761bb54 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/reset.sh b/reset.sh index d55d1c3e8..e8aeb28d0 100755 --- a/reset.sh +++ b/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