Fix installed tool command probes
This commit is contained in:
parent
a6ab33d161
commit
4bfb0e6ea0
4 changed files with 82 additions and 1 deletions
|
|
@ -37,6 +37,15 @@ let
|
|||
test -x "$out/bin/clusterflux-node"
|
||||
test -x "$out/bin/clusterflux-coordinator"
|
||||
test -x "$out/bin/clusterflux-debug-dap"
|
||||
for command in \
|
||||
clusterflux \
|
||||
clusterflux-node \
|
||||
clusterflux-coordinator \
|
||||
clusterflux-debug-dap
|
||||
do
|
||||
${pkgs.coreutils}/bin/timeout 5 "$out/bin/$command" --version >/dev/null
|
||||
${pkgs.coreutils}/bin/timeout 5 "$out/bin/$command" --help >/dev/null
|
||||
done
|
||||
'';
|
||||
postFixup =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue