hiptest-publisher-fork 3.4.6 → 3.4.7
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 +2 -2
- 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: c89742102b7a9a1a055d5a216848f0cdd7e33963f6bc3f420c0de10cbc64bec8
|
4
|
+
data.tar.gz: 1e3605a14efdce9554a3a224b9e38beb90dfe4300d850a1e34e672444ac7f5fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 149639b222808507b65bff9837dd20b34236f28de1cfda650ae933903651513e3c3c728e76a922651aba9d422312dd8dbda94bbe4bdfc02289259e48e8f00ef3
|
7
|
+
data.tar.gz: ea1c5d2e16c659b36a2be6fe85a2ae08ec07e9200dfd382061f8c44f933073fcd12b023ba1851ff43ba98cad58742e5f8ce709723fd21c68a07e556b794d296e
|
@@ -719,9 +719,9 @@ class LanguageConfigParser
|
|
719
719
|
|
720
720
|
if !File.file?(config_path)
|
721
721
|
if cli_options.framework.to_s.empty?
|
722
|
-
message =
|
722
|
+
message = "cannot find configuration file in #{hiptest_publisher_path}/lib/config for language #{language}"
|
723
723
|
else
|
724
|
-
message =
|
724
|
+
message = "cannot find configuration file in #{hiptest_publisher_path}/lib/config for language #{language} and framework #{framework}"
|
725
725
|
end
|
726
726
|
raise ArgumentError.new(message)
|
727
727
|
end
|