Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 20, 2014
1 parent c403d87 commit c4117ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ script:
- make -f Makefile.cvs
- make
- sudo make install
- library/types/test/ip_test.rb
- library/types/test/ipv4_netmask_test.rb
- make --debug=j check
- make check
4 changes: 3 additions & 1 deletion library/types/test/ip_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env rspec --format=doc
#!/usr/bin/env rspec

puts "running..."

ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)

Expand Down
2 changes: 1 addition & 1 deletion library/types/test/ipv4_netmask_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env rspec --format=doc
#!/usr/bin/env rspec

ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)

Expand Down

0 comments on commit c4117ee

Please sign in to comment.