Add proper error message if namespace not found in module-set header
This commit is contained in:
parent
7a388b960a
commit
8ebab16c4c
4 changed files with 9 additions and 4 deletions
|
|
@ -427,7 +427,8 @@ function err(){
|
|||
ret=$2
|
||||
echo -e "\e[31m\nError in Test$testnr [$testname]:"
|
||||
if [ $# -gt 0 ]; then
|
||||
echo "Expected: $1"
|
||||
echo "Expected"
|
||||
echo "$1"
|
||||
echo
|
||||
fi
|
||||
if [ $# -gt 1 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue