Skip to content

Commit

Permalink
Expand path in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Feb 27, 2012
1 parent 8004c60 commit e9444d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_bio-gff3.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ def this_method
end end


def single_run opts, name def single_run opts, name
cmd = "#{BIN} --logger stdout #{opts}" bin = File.expand_path(BIN)
# p cmd cmd = "#{bin} --logger stdout #{opts}"
p cmd
text = `#{cmd}`.split(/\n/).delete_if { | s | s =~ /Memory/ }.join("\n") text = `#{cmd}`.split(/\n/).delete_if { | s | s =~ /Memory/ }.join("\n")


RegressionTest.test text,name,"#{DAT}/regression" RegressionTest.test text,name,"#{DAT}/regression"
Expand Down

0 comments on commit e9444d5

Please sign in to comment.