Skip to content

Commit

Permalink
Fix specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 29, 2019
1 parent 131b394 commit 630b56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/build/graph/process_graph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'build/files'
require 'build/graph'

require 'event/shell'
require 'console/shell'

class ProcessNode < Build::Graph::Node
def initialize(inputs, outputs, block, title: nil)
Expand Down Expand Up @@ -47,7 +47,7 @@ def wet?

def run(*arguments)
if wet?
@walker.logger.debug(self) {Event::Shell.for(*arguments)}
@walker.logger.debug(self) {Console::Shell.for(*arguments)}

status = @group.spawn(*arguments)

Expand Down

0 comments on commit 630b56c

Please sign in to comment.