Sha256: b9fb7dc0909434ce20257d7780f9729187378ca189e1b3c3f726376a3d3859da

Contents?: true

Size: 325 Bytes

Versions: 67

Compression:

Stored size: 325 Bytes

Contents

#!/usr/bin/env ruby
require 'hybrid_platforms_conductor/executable'

executable = HybridPlatformsConductor::Executable.new(
  check_options: false,
  parallel_options: false,
  timeout_options: false
)
tests_runner = executable.tests_runner

executable.parse_options!

exit(tests_runner.run_tests(executable.selected_nodes))

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 bin/test
hybrid_platforms_conductor-33.9.4 bin/test
hybrid_platforms_conductor-33.9.2 bin/test
hybrid_platforms_conductor-33.9.1 bin/test
hybrid_platforms_conductor-33.9.0 bin/test
hybrid_platforms_conductor-33.8.4 bin/test
hybrid_platforms_conductor-33.8.3 bin/test
hybrid_platforms_conductor-33.8.2 bin/test
hybrid_platforms_conductor-33.8.1 bin/test
hybrid_platforms_conductor-33.8.0 bin/test
hybrid_platforms_conductor-33.7.4 bin/test
hybrid_platforms_conductor-33.7.3 bin/test
hybrid_platforms_conductor-33.7.2 bin/test
hybrid_platforms_conductor-33.7.1 bin/test
hybrid_platforms_conductor-33.7.0 bin/test
hybrid_platforms_conductor-33.6.0 bin/test
hybrid_platforms_conductor-33.5.1 bin/test
hybrid_platforms_conductor-33.5.0 bin/test
hybrid_platforms_conductor-33.4.0 bin/test
hybrid_platforms_conductor-33.3.0 bin/test