Class: TinyCI::Testers::ScriptTester

Inherits:
Executor
  • Object
show all
Defined in:
lib/tinyci/testers/script_tester.rb

Instance Method Summary collapse

Methods inherited from Executor

#initialize

Methods included from Subprocesses

#execute, #execute_pipe, #execute_stream

Constructor Details

This class inherits a constructor from TinyCI::Executor

Instance Method Details

#testObject



6
7
8
# File 'lib/tinyci/testers/script_tester.rb', line 6

def test
  execute_stream(script_location, label: 'test', pwd: @config[:target])
end