5 comments:
File tests/tests_v2/test_v2.sh:
exit $EXIT_FAILURE
fi
#
# Setup.
#
# Naive path check
if
Changed to a naive path check.
exit $EXIT_FAILURE
fi
# print $1 and store it in the script log file
print_and_log()
{
printf "$1" | tee -a "${LOCAL_TMPDIR}/${LOGS}/${SCRIPT_LOGFILE}"
}
# Copy files from local tmpdir to remote host tmpdir
copy_to_remote()
{
for F in $@; do
Removed. Logging has been supported for some time now.
Not relevant to upstream (at least not yet).
Patch Set #4, Line 783: elif [ $REGION_MODE -eq $R
--noverify-all is committed upstream
fi
if [ $SMALL_REGION -eq 1 ]; then
PA
Not relevant to upstream.
To view, visit change 23025. To unsubscribe, or for help writing mail filters, visit settings.