mesa_test 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mesa_test.rb +5 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de6aece52d2c391d00f2fc190fc466bbcd65f892e0779857d191b60705aa16aa
|
|
4
|
+
data.tar.gz: 5783cb8940b3ad6d7e8373fec41325c5ffc60f7ba63c912c04c9da78fbf3173e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fc8fe1a184c7ac9b9df350236288445f01e5cccbb8ab4c2d684911e268730f65df24479e1afa62bf03bdabefa9a0e7d82cdbfbda44528e8fb38764071f0bc67
|
|
7
|
+
data.tar.gz: 4001cf3f05fd3076f27fae7082aff30f55b1257ee466c38e1a8dee0cc9529f7748357eea6106f6c8adcadaf6f839923f006a73365a198b45d939a425a30531a7
|
data/lib/mesa_test.rb
CHANGED
|
@@ -497,14 +497,13 @@ e-mail and password will be stored in plain text.'
|
|
|
497
497
|
|
|
498
498
|
# report out results
|
|
499
499
|
if !res.is_a? Net::HTTPOK
|
|
500
|
-
shell.say "Failed to submit
|
|
501
|
-
"
|
|
502
|
-
"#{test_case.mesa.sha}.", :red
|
|
500
|
+
shell.say "Failed to submit logs for test case #{test_case.test_name} "\
|
|
501
|
+
"in commit #{test_case.mesa.sha}.", :red
|
|
503
502
|
false
|
|
504
503
|
else
|
|
505
|
-
shell.say "Successfully submitted
|
|
506
|
-
"
|
|
507
|
-
|
|
504
|
+
shell.say "Successfully submitted logs for test case "\
|
|
505
|
+
"#{test_case.test_name} in commit #{test_case.mesa.sha}.",
|
|
506
|
+
:green
|
|
508
507
|
true
|
|
509
508
|
end
|
|
510
509
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mesa_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Wolf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|