Skip to content

Commit

Permalink
SVVP: Fix starting SVVP in manual mode without tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
  • Loading branch information
kostyanf14 committed Oct 24, 2024
1 parent a1eaa76 commit 4fb4ea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/engines/hcktest/hcktest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ def prepare_tests
if client.target.nil?
raise EngineError, 'HLK test target is not defined' unless @project.options.test.manual

@project.logger.info('HLK test target is not defined, skipping tests loading in manual mode')
return
@project.logger.info('HLK test target is not defined, allow in manual mode')
end

@test_list = @tests.list_tests(log: true)
Expand Down

0 comments on commit 4fb4ea2

Please sign in to comment.