Skip to content

Commit

Permalink
workaround for intermittent unit test failures due to SIGCHLD
Browse files Browse the repository at this point in the history
  • Loading branch information
palvaro committed Apr 26, 2011
1 parent d6d2e50 commit 0c0d7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tc_meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def scratch_dir
return dir
end

def test_visualization
def test_11visualization
program = KTest2.new(:trace => true, :dump_rewrite => true)
File.delete("KTest2_rewritten.txt")
`rm -r DBM_KTest2*`
Expand All @@ -166,7 +166,7 @@ def test_visualization
program.stop_bg
end

def test_plotting
def test_11plotting
program = KTest2.new(:output => :dot)
dep = DepAnalysis.new

Expand Down

0 comments on commit 0c0d7b4

Please sign in to comment.