tests: Remove last-debug creation
This file was used for adding debug info into the buildbot logs. The new sqlite database-based design will replace that, so there is no need to create last-debug and getting rid of it will make it easier to split the run log into per-test case files. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
6a5b4b1a66
commit
79b16a5c0d
1 changed files with 0 additions and 7 deletions
|
@ -63,15 +63,8 @@ if ! ./start.sh $CONCURRENT $VALGRIND $TRACE; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -z "$LOGBASEDIR" ] ; then
|
|
||||||
rm $LOGBASEDIR/last-debug 2>/dev/null
|
|
||||||
fi
|
|
||||||
./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -l run $DB -e failed -r results.txt $CONCURRENT_TESTS $@ || errors=1
|
./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -l run $DB -e failed -r results.txt $CONCURRENT_TESTS $@ || errors=1
|
||||||
|
|
||||||
if ! [ -z "$LOGBASEDIR" ] ; then
|
|
||||||
cat $LOGDIR/run >> $LOGBASEDIR/last-debug
|
|
||||||
fi
|
|
||||||
|
|
||||||
./stop-wifi.sh
|
./stop-wifi.sh
|
||||||
|
|
||||||
if [ ! -z "$VALGRIND" ] ; then
|
if [ ! -z "$VALGRIND" ] ; then
|
||||||
|
|
Loading…
Reference in a new issue