Skip to content

Commit

Permalink
tests: drop -test prefix to match naming style used by NixOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Dec 25, 2017
1 parent f1952ea commit 8d578a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/eval-test.sh → tests/eval.sh
Expand Up @@ -8,7 +8,7 @@ for profile in $(find . -name default.nix); do
echo evaluating $profile >&2

nix-build '<nixpkgs/nixos>' \
-I nixos-config=tests/eval-test.nix \
-I nixos-config=tests/eval.nix \
-I nixos-hardware-profile=$profile \
-A system \
--dry-run \
Expand Down

0 comments on commit 8d578a5

Please sign in to comment.