pub(crate) fn make_test_closure(
config: Arc<Config>,
testpaths: &TestPaths,
revision: Option<&str>,
) -> TestFn
Expand description
Creates a callback for this test/revision that libtest will call when it decides to actually run the underlying test.