]> git.ipfire.org Git - thirdparty/tor.git/commit
squash! Make sure that the test_rust.sh script fails when a test fails
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2018 16:21:25 +0000 (12:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2018 16:21:25 +0000 (12:21 -0400)
commitee860b8f37707cf60daae21b806d4d473daaf2d2
tree408a75936fee3d50af85be484e909691a53d6377
parent9d06c41c6e69e25a68639a09b22baa7de3299fa9
squash! Make sure that the test_rust.sh script fails when a test fails

Also make sure that we're actually running the test from within the right
cwd, like we do when we're building.  This seems necessary to avoid
an error when running offline.

Amusingly, it appears that we had this bug before: we just weren't
noticing it, because of bug 26258.
src/test/include.am
src/test/test_rust.sh