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
setup.py