nixpkgs/nixos/lib/test-driver
Alyssa Ross 27f97953e0
nixos/test-driver: accept non-\w* filenames
What the code was trying to do was helpfully add a directory and
extension if none were specified, but it did this by checking whether
the filename was composed of a very limited character set that didn't
even include dashes.

With this change, the intention of the code is clearer, and I can put
dashes in my screenshot names.
2023-03-22 15:54:06 +00:00
..
test_driver nixos/test-driver: accept non-\w* filenames 2023-03-22 15:54:06 +00:00
default.nix treewide: switch to nativeCheckInputs 2023-01-21 12:00:00 +00:00
setup.py nixos/test-driver: Support mypy through regular mechanisms 2022-06-17 12:22:57 +02:00