tests: drop -test prefix to match naming style used by NixOS tests

This commit is contained in:
Yegor Timoshenko 2017-12-25 19:24:01 +00:00
parent f1952eae04
commit 8d578a53d6
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210
2 changed files with 1 additions and 1 deletions

View file

@ -1,16 +0,0 @@
#!/bin/sh
set -e
cd "$(dirname "$0")/.."
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-hardware-profile=$profile \
-A system \
--dry-run \
--show-trace
done