Sha256: 6dd08579daebf0991becede23b14afa1dc03dfab9152026154729b18d654222b
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
#!/usr/bin/env ruby require File.expand_path '../../lib/theotokos.rb', __FILE__ command = parse_cmd_options init_time = Time.now AppConfigParams.load_app_config_params ws_config = WsConfig.load_ws_config main = Theotokos::Theotokos.new do |t| t.execution = command t.ws_config = ws_config end main.execute main.save_reports puts diff_time init_time, Time.now exit -1 if main.test_app_result.error?
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
theotokos-0.1.3 | bin/theotokos |
theotokos-0.1.2 | bin/theotokos |
theotokos-0.1.1 | bin/theotokos |