Mercurial > hg > aboriginal
view more/test.sh @ 1409:8d0567d46cd7
Create smoketest-report.sh producing CSV with more info.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 05 Jul 2011 08:39:59 -0500 |
parents | b74d36876c0a |
children | a96e0dd0dc33 |
line wrap: on
line source
#!/bin/bash # Run a command with sources/include.sh and an architecture loaded if [ $# -eq 0 ] then echo "Usage: [STAGE_NAME=...] more/test.sh ARCH COMMAND..." >&2 exit 1 fi . sources/include.sh || exit 1 load_target "$1" shift eval "$@"