Skip to content

Commit

Permalink
Add rest-client logging to Smokey.
Browse files Browse the repository at this point in the history
This might prove useful as we attempt to debug some of the occassional
Smokey build failures we see.

* I've added a log directory and am writing the smokey rest-client log
* file into that directory.  The log file itself is ignored in
* .gitignore.
  • Loading branch information
chrisroos committed Jul 2, 2012
1 parent 22d21ed commit 3f5507f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
webrat.log
log/*.log
2 changes: 1 addition & 1 deletion jenkins.sh
@@ -1,4 +1,4 @@
#!/bin/bash -x

bundle install --path "${HOME}/bundles/${JOB_NAME}" --deployment
bundle exec rake test:localnetwork
RESTCLIENT_LOG="log/smokey-rest-client.log" bundle exec rake test:localnetwork
Empty file added log/.gitkeep
Empty file.

0 comments on commit 3f5507f

Please sign in to comment.