Skip to content

Commit

Permalink
Disable regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Feb 27, 2012
1 parent e9444d5 commit c93672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_bio-gff3.rb
Expand Up @@ -44,7 +44,7 @@ def single_run opts, name
bin = File.expand_path(BIN)
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"
end

0 comments on commit c93672e

Please sign in to comment.