Skip to content
Snippets Groups Projects
Commit de94bc29 authored by garciadeblas's avatar garciadeblas
Browse files

generate_descriptor_pkg.sh: fix bug in validation to use the right file


Change-Id: I5849c0d40960b43d266b1c6077a36bc563026144
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 7cc9f807
No related branches found
No related tags found
No related merge requests found
......@@ -792,7 +792,7 @@ if [ $CREATE == false ]; then
cd $BASE_DIR
# Mrityunjay Yadav: Validate descriptor
GEN_BASEDIR=$(dirname "$0")
python $GEN_BASEDIR/validate_descriptor.py $DEST_DIR/$PKG/$descriptor
python $GEN_BASEDIR/validate_descriptor.py $BASE_DIR/$PKG/$descriptor
if [ $? -ne 0 ]; then
rc=$?
echo "ERROR: validating descriptor for $PKG ($rc)" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment