Commit 977e879
Fix the test name executable for normal dist test (#123)
The h5bench.py and documenation name and reference this test as
h5bench_write_var_normal_dist but the compiled target is missing
the "var" substring so the test is not callable from a json
config file.
Fixing the binary name aligns the test with its expected calling
convention.
Co-authored-by: Jean Luca Bez <[email protected]>1 parent 617c36e commit 977e879
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
0 commit comments