knapsack_pro 1.18.0 → 1.18.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 030ea46e8f4a421824a682b4286f7e362d0eec9a3bc50cd113e703391a51e40f
4
- data.tar.gz: 47ab9de263fce5a5576ac2d1054fc66ea15b7982f01595b3ac237534deede7cf
3
+ metadata.gz: f0f1df4c9bbbf9b9cda162373b61393dc63067c5df768a708262c7023d7f5b1b
4
+ data.tar.gz: a96b6b12e979dfbc820462290fa9ff837b4a48ee571da1453700938745a7f179
5
5
  SHA512:
6
- metadata.gz: c94a8c86cd5114919737a385c792e564d373d82d0f9e195d18c45c043cf28d7ffc8e90bdab81d8d02ffd896aa1761b895c06d60d0dc8b232daffa347e73e2c06
7
- data.tar.gz: 2f920d5b94aa829b975d3385e70df37a0817bc1b88962fc34b017cb3095d3b6cecd6e6c4cb0e2c69bb9643962c40b340ffbc8ba780558012949608296a17c3c0
6
+ metadata.gz: 578aeb373382dd90857fdfcb019739bea67725a9cc805c2743ae357a06e175d87c0d55189691aea4f209f0bb7461a8fe4a3dee4556922025984b154496c2ab85
7
+ data.tar.gz: e6f81ce28628347e0a31b88e8344d4734fbe910efe6fbe8651748c21daa5e9fcc17f90896ee928cdfd2c30f9e30f9ee8a18a56f45c7ce904a32b8cf66b4ca147
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ### 1.18.1
4
+
5
+ * Pass non zero exit status from Cucumber as exit status for Cucumber executed in Queue Mode
6
+
7
+ https://github.com/KnapsackPro/knapsack_pro-ruby/pull/101
8
+
9
+ https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.18.0...v1.18.1
10
+
3
11
  ### 1.18.0
4
12
 
5
13
  * __IMPORTANT__ Do not allow Fallback Mode when the CI node was retried to avoid running the wrong set of tests
@@ -57,7 +57,7 @@ module KnapsackPro
57
57
  all_test_file_paths += test_file_paths
58
58
 
59
59
  result_exitstatus = cucumber_run(runner, test_file_paths, args)
60
- exitstatus = 1 if result_exitstatus != 0
60
+ exitstatus = result_exitstatus if result_exitstatus != 0
61
61
 
62
62
  # KnapsackPro::Hooks::Queue.call_after_subset_queue
63
63
  # KnapsackPro::Report.save_subset_queue_to_file
@@ -1,3 +1,3 @@
1
1
  module KnapsackPro
2
- VERSION = '1.18.0'
2
+ VERSION = '1.18.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knapsack_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-01 00:00:00.000000000 Z
11
+ date: 2020-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake