Searched refs:thisdir (Results 1 – 3 of 3) sorted by relevance
24 thisdir=$(cd "$(dirname "$0")"; pwd)26 $thisdir/metadata-check-dependencies || exit 148 check_test "$thisdir/metadata_model_test.py" || exit 149 check_test "$thisdir/metadata_helpers_test.py" || exit 150 python3 $thisdir/metadata_parser_xml.py $thisdir/metadata_definitions.xml $thisdir/metadata_templat…51 tidy -indent -xml -quiet $thisdir/metadata_definitions.xml > $tmp_tidy1
36 thisdir=$(cd "$(dirname "$0")"; pwd)56 local in=$thisdir/$157 local out=$thisdir/$268 local spec_file=$thisdir/metadata_definitions.xml70 python3 $thisdir/metadata_parser_xml.py $spec_file $in $out $copyright_year92 local spec_file=$thisdir/metadata_definitions.xml94 python3 $thisdir/metadata_enums.py $spec_file $in $out_dir $copyright_year193 local src="$thisdir/$1" # Relative to directory of this script218 $thisdir/metadata-check-dependencies || exit 1219 $thisdir/metadata-validate $thisdir/metadata_definitions.xml || exit 1[all …]
19 thisdir=$(cd "$(dirname "$0")"; pwd)20 $thisdir/metadata-check-dependencies || exit 128 schema=$thisdir/metadata_definitions.xsd32 python3 $thisdir/metadata_validate.py $doc || exit 1