summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vsp-lib.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh
index 7ebdaf8..02376e8 100755
--- a/scripts/vsp-lib.sh
+++ b/scripts/vsp-lib.sh
@@ -863,7 +863,8 @@ test_init() {
done
if [ -z $best_mdev ] ; then
- echo "No device found with feature set $features" | ./logger.sh config >> $logfile
+ echo "No device found with feature set \`$features'" | ./logger.sh config >> $logfile
+ echo "Test requires unavailable feature set \`$features': skipped" >&2
exit 1
fi