Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
Update automation scripts with new path to helper
Browse files Browse the repository at this point in the history
- the pusher_event script
  • Loading branch information
Jaymes Waters and Brad Grzesiak authored and bendyworks-admin committed Mar 29, 2012
1 parent 08f9706 commit d2ea2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/coffeescript/ipad/ipad.coffee
Expand Up @@ -53,7 +53,7 @@ thenIShouldSeeTheJobLog = (logValue) ->
UIALogger.logFail("log is not correct")

whenPusherSendsAnUpdateAboutThatJob = (job_id, new_log_line) ->
path = "~/dev/ios/TravisCI/automation/pusher_event"
path = "~/dev/ios/TravisCI/integration/pusher_event"
args = [
"job-#{job_id}"
"job:log"
Expand Down
2 changes: 1 addition & 1 deletion integration/coffeescript/iphone/iphone.coffee
Expand Up @@ -6,7 +6,7 @@ assertElementPresent = (el, el_name) ->
UIALogger.logFail("Element #{el_name} is not present")

whenPusherSendsAnUpdateAboutThatJob = (target, job_id, new_log_line) ->
path = "~/dev/ios/TravisCI/automation/pusher_event"
path = "~/dev/ios/TravisCI/integration/pusher_event"
args = [
"job-#{job_id}"
"job:log"
Expand Down

0 comments on commit d2ea2f0

Please sign in to comment.