hiptest-publisher-fork 3.4.6 → 3.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hiptest-publisher/options_parser.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d398cf203e892df046e28dbb4964be9600ba2281f2d210d4f81d9e6f500b633a
|
4
|
+
data.tar.gz: 3f14f2702d10f9906112776b6cbef464a96a75a5c41d51a075e2ddf626efd6a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3363c29e6a0b859f387fcb0e233662f1a0183d87baaa9a939af7028731b9206e6ee37fe002736add34e946dd04ed9678701db1da2159668eb574b8436a10b0cf
|
7
|
+
data.tar.gz: 181af5c313cbe0f826d3043b8f7304e2a2887c860f58c53d8aa95277b0e26a8c6fd6588c9e68210b9935d7b536154f99dee4bea2b6a6490313420c6ff0656498
|
@@ -721,6 +721,7 @@ class LanguageConfigParser
|
|
721
721
|
if cli_options.framework.to_s.empty?
|
722
722
|
message = 'errors.invalid_config_file_no_framework'
|
723
723
|
else
|
724
|
+
puts "config_path: #{config_path}"
|
724
725
|
message = 'errors.invalid_config_file'
|
725
726
|
end
|
726
727
|
raise ArgumentError.new(message)
|