Home
last modified time | relevance | path

Searched refs:template_variable (Results 1 – 1 of 1) sorted by relevance

/external/testng/
Dgenerate-version-file29 template_variable="$2"
51 if ! grep --silent "$template_variable" "$template_file"; then
52 …"Error: Template file $template_file has no instances of template variable $template_variable." >&2
59 sed -e "s:$template_variable:$stored_value:g" "$template_file"