albertony
ec117593f1
Fix lint issues reported by staticcheck
...
Used staticcheck 2022.1.2 (v0.3.2)
See: staticcheck.io
2022-06-13 21:13:50 +02:00
Nick Craig-Wood
240561850b
test makefiles: add --chargen flag to make ascii chargen files
2022-04-13 23:07:56 +01:00
Nick Craig-Wood
f583b86334
test makefiles: fix crash if --min-file-size <= --max-file-size
2022-04-12 13:45:20 +01:00
Nick Craig-Wood
118e8e1470
test makefiles: add --sparse, --zero, --pattern and --ascii flags
2022-04-12 13:45:20 +01:00
Nick Craig-Wood
afcea9c72b
test makefile: implement new test command to write a single file
2022-04-12 12:57:16 +01:00
albertony
fbc7f2e61b
lib/file: improve error message when attempting to create dir on nonexistent drive on windows
...
This replaces built-in os.MkdirAll with a patched version that stops the recursion
when reaching the volume part of the path. The original version would continue recursion,
and for extended length paths end up with \\? as the top-level directory, and the error
message would then be something like:
mkdir \\?: The filename, directory name, or volume label syntax is incorrect.
2021-10-01 23:18:39 +02:00
Nick Craig-Wood
c67c1ab4ee
test makefiles: fix documentation so it doesn't have HTML in
2021-07-20 19:37:09 +01:00
Nick Craig-Wood
a46a3c0811
test makefiles: add log levels and speed summary
2021-04-12 18:14:01 +01:00
Nick Craig-Wood
60dcafe04d
test makefiles: add --seed flag and make data generated repeatable #5214
2021-04-12 18:14:01 +01:00
Nick Craig-Wood
f890965020
test: add makefiles test command (converted from script)
2021-02-13 14:24:43 +00:00