You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
test -f ~/.buildbot && . ~/.buildbot
|
|
|
|
export REVISION=${1}
|
|
export ROOT=${ROOT:-.}
|
|
|
|
${ROOT}/tools/testsuite/svn_test_revision.sh ${REVISION}
|
|
${ROOT}/tools/testsuite/generate_html.sh
|
|
|