update check
This commit is contained in:
5
lib.nix
5
lib.nix
@@ -17,7 +17,7 @@ in
|
||||
attrs:
|
||||
lib.mapAttrsToList (k: v: ''
|
||||
echo "Running ${k}"
|
||||
${v}
|
||||
${v}/bin/check
|
||||
echo "Passed ${k}"
|
||||
'') attrs.checks
|
||||
) modules
|
||||
@@ -99,10 +99,9 @@ in
|
||||
)
|
||||
);
|
||||
configFileCheck = pkgs.writeShellScript {
|
||||
name = "postgresql-config-check-${name}";
|
||||
name = "check";
|
||||
text = ''
|
||||
${package}/bin/postgres -D${configFile} -C config_file
|
||||
touch $out
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user