]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove last-debug creation
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 31 Oct 2013 09:26:52 +0000 (11:26 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2013 09:26:52 +0000 (11:26 +0200)
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>

tests/hwsim/run-all.sh

index 48f1424abcc0b7f9ef769cb91d059caa7d4157b7..47daa9ab4701ccca98e9c2dd1b68f0b134212e7a 100755 (executable)
@@ -63,15 +63,8 @@ if ! ./start.sh $CONCURRENT $VALGRIND $TRACE; then
        exit 1
 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
 
-if ! [ -z "$LOGBASEDIR" ] ; then
-       cat $LOGDIR/run >> $LOGBASEDIR/last-debug
-fi
-
 ./stop-wifi.sh
 
 if [ ! -z "$VALGRIND" ] ; then