test: include scenario in test name

This commit is contained in:
Erik Arvstedt 2020-08-21 22:36:09 +02:00
parent 9237e5dc3d
commit 0f56ea6ad1
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
in
import ./make-test.nix rec {
name = "nix-bitcoin";
name = "nix-bitcoin-${scenario}";
hardened = {
imports = [ <nixpkgs/nixos/modules/profiles/hardened.nix> ];