run-in-simulavr.sh: repair report.
Use the CONFIG setup some lines before. So it will also work when running this script solely.
This commit is contained in:
parent
1e9cb8b8e1
commit
2ce27fd5f7
|
|
@ -46,7 +46,7 @@ echo "Taking Teacup binary ${TEACUP_ELF}."
|
||||||
|
|
||||||
# Prepare statistics.
|
# Prepare statistics.
|
||||||
echo > ${STATISTICS_FILE}
|
echo > ${STATISTICS_FILE}
|
||||||
(cd .. && make USER_CONFIG="testcases/${USER_CONFIG}" size) | \
|
(cd .. && make USER_CONFIG="testcases/${CONFIG}" size) | \
|
||||||
tail -5 | head -4 >> ${STATISTICS_FILE}
|
tail -5 | head -4 >> ${STATISTICS_FILE}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue