We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libtest::ERROR_EXIT_CODE
1 parent af745a4 commit 371ea17Copy full SHA for 371ea17
test/src/lib.rs
@@ -89,8 +89,8 @@ use options::RunStrategy;
89
use test_result::*;
90
use time::TestExecTime;
91
92
-// Process exit code to be used to indicate test failures.
93
-const ERROR_EXIT_CODE: i32 = 101;
+/// Process exit code to be used to indicate test failures.
+pub const ERROR_EXIT_CODE: i32 = 101;
94
95
const SECONDARY_TEST_INVOKER_VAR: &str = "__RUST_TEST_INVOKE";
96
const SECONDARY_TEST_BENCH_BENCHMARKS_VAR: &str = "__RUST_TEST_BENCH_BENCHMARKS";
0 commit comments