summaryrefslogtreecommitdiff
path: root/changes/bug26258_033
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-31 17:15:57 -0700
committerNick Mathewson <nickm@torproject.org>2018-05-31 17:15:57 -0700
commit9d06c41c6e69e25a68639a09b22baa7de3299fa9 (patch)
treeb673dda1315faea12176ed6322cc7e91c3ef4862 /changes/bug26258_033
parentfa1890e97f19a444f8103c1207d7d18c02887b1f (diff)
downloadtor-9d06c41c6e69e25a68639a09b22baa7de3299fa9.tar.gz
tor-9d06c41c6e69e25a68639a09b22baa7de3299fa9.zip
Make sure that the test_rust.sh script fails when a test fails
Exit codes from find(1) seem not to be so reliable as we had hoped. Closes ticket 26258; bugfix on 0.3.3.4-alpha when we fixed #25560
Diffstat (limited to 'changes/bug26258_033')
-rw-r--r--changes/bug26258_0334
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26258_033 b/changes/bug26258_033
new file mode 100644
index 0000000000..ceca383335
--- /dev/null
+++ b/changes/bug26258_033
@@ -0,0 +1,4 @@
+ o Major bugfixes (rust, testing):
+ - Fix a bug where a failure in the rust unit tests would not actually
+ cause the build to fail. Fixes bug 26258; bugfix on 0.3.3.4-alpha.
+