mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
183 B
Bash
Executable File
11 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
test -f ~/.buildbot && . ~/.buildbot
|
|
|
|
export REVISION=${1}
|
|
export ROOT=${ROOT:-.}
|
|
|
|
${ROOT}/testsuite/svn_test_revision.sh ${REVISION}
|
|
${ROOT}/testsuite/generate_html.sh
|
|
|