mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
72ee60b9d5
For host systems like FreeBSD, bash binary is found in a different path.
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/usr/bin/env 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
|