|
Last change
on this file was
19170,
checked in by westram, 3 years ago
|
- sina source
- unpack + remove tarball
- no longer ignore sina builddir.
|
-
Property svn:executable set to
*
|
|
File size:
311 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | # get last argument |
|---|
| 3 | log_base="${@:(-1):1}" |
|---|
| 4 | log_base_noslash=test$(echo $log_base | tr / _) |
|---|
| 5 | exec "$@" \ |
|---|
| 6 | --logger=JUNIT,all,"${JUNIT_REPORT_PATH}${log_base_noslash}.xml" \ |
|---|
| 7 | --logger=HRF \ |
|---|
| 8 | --report_level=detailed \ |
|---|
| 9 | --no_color_output \ |
|---|
| 10 | -- $TEST_ARGS \ |
|---|
| 11 | > ${log_base}.log \ |
|---|
| 12 | |
|---|
| 13 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.