Skip to content

Commit df90e0e

Browse files
committed
Rip the NH5 aspect out of the prebuild test.
1 parent d6ee7e5 commit df90e0e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

enclone_exec/tests/enclone_test3.rs

+4-6
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ fn test_help_no_stable() {
354354

355355
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
356356

357-
// 21. Test that PREBUILD works. Because this creates and then deletes the .bin file, it
358-
// would play havoc with any test that runs with GEX=123217, unless it also has H5, resulting
359-
// in sporadic (rare) test failures. So don't do that.
357+
// 21. Test that PREBUILD works. This test used to exercise creation of the
358+
// binary matrix format, since removed. It's not entirely clear what purpose this
359+
// test is serving now, beyond yet another regression test.
360360

361361
#[cfg(not(feature = "cpu"))]
362362
#[test]
@@ -371,11 +371,9 @@ fn test_enclone_prebuild() {
371371
remove_file(&mb).unwrap();
372372
}
373373

374-
// First pass: run with NH5.
375-
376374
let test_id = 48;
377375
let it = test_id - 1;
378-
let testn = format!("{} NH5", TESTS[it]);
376+
let testn = TESTS[it];
379377
let out_file = format!("testx/inputs/outputs/enclone_test{}_output", test_id);
380378
let old = read_to_string(&out_file).unwrap();
381379
let args = testn.split(' ').collect::<Vec<&str>>();

0 commit comments

Comments
 (0)