|
|
@ -83,7 +83,8 @@ debug "Family: $OPT_FAMILY"
|
|
|
|
debug "Lang: $OPT_LANG"
|
|
|
|
debug "Lang: $OPT_LANG"
|
|
|
|
debug "Artifacts dir: $OPT_ARTIFACTS_DIR"
|
|
|
|
debug "Artifacts dir: $OPT_ARTIFACTS_DIR"
|
|
|
|
debug "Package name: $OPT_PACKAGE"
|
|
|
|
debug "Package name: $OPT_PACKAGE"
|
|
|
|
STR_TEST_DASHED=$(echo "$OPT_ALIAS" | sed -e 's/\//-/g' -e 's/ /-/g')
|
|
|
|
STR_TEST_DASHED=$(echo "${OPT_PACKAGE}_${OPT_ALIAS}" | sed -e 's/\//-/g' -e 's/ /-/g')
|
|
|
|
|
|
|
|
debug "Log file: $STR_TEST_DASHED.log"
|
|
|
|
|
|
|
|
|
|
|
|
clean_exit() {
|
|
|
|
clean_exit() {
|
|
|
|
rc=$?;
|
|
|
|
rc=$?;
|
|
|
|