Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Feb 13, 2017
1 parent cbbf66d commit fbfbb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/playbooks/shell_data.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env ruby
#!/usr/bin/env ruby

@action = ENV.fetch("CHORIA_DATA_ACTION", "").downcase
@key = ENV["CHORIA_DATA_KEY"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class DataStores
it "should produce correct commands" do
puts fixture
p File.stat(fixture)
p `which ruby`
p `#{fixture} --read --key x 2>&1`
expect { ds.read("x") }.to raise_error("Could not read key x, got exitcode 1")
ds.write("x", "y")
Expand Down

0 comments on commit fbfbb87

Please sign in to comment.