Really skip test building rpm package in not rpm-based systems

master
Balint Reczey 2019-01-07 17:37:01 +07:00
parent 38b62bcf87
commit d214e3376b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ echo "test we can build libnfs as an rpm"
[ -f "/etc/redhat-release" ] || {
echo "SKIPPED. This is not a red-hat based system"
exit 0
}
echo -n "try building rpm packages ... "