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
Expand Up @@ -41,8 +41,9 @@ def this_method
end

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

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

0 comments on commit e9444d5

Please sign in to comment.