1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: cleanup skip message of node-infiniband test

This commit is contained in:
Steffen Vogel 2018-12-23 00:09:05 +01:00
parent 4ab23abff8
commit e8e7dfbdf1

View file

@ -24,7 +24,7 @@
# Check if tools are present
if ! command -v lspci; then
echo "lspci tool is missing"
echo "'lspci' tool is missing"
exit 99
fi