Unittest - Also check for execute bit if not running in verbose mode
This commit is contained in:
@@ -39,6 +39,7 @@ else
|
||||
|
||||
for i in ${TESTBLOB}
|
||||
do
|
||||
if [ -x "$i" ]; then
|
||||
echo '#' $i >>all.log
|
||||
|
||||
if [ $BAR -eq 1 ]; then
|
||||
@@ -50,6 +51,9 @@ else
|
||||
if [ $? -ne 0 ]; then
|
||||
rc=1
|
||||
fi
|
||||
else
|
||||
echo "# Skipping $(basename $i) execute bit not set" >> all.log 2>&1
|
||||
fi
|
||||
done
|
||||
|
||||
if [ $BAR -eq 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user