From: Jouni Malinen Date: Thu, 31 Oct 2013 09:26:52 +0000 (+0200) Subject: tests: Remove last-debug creation X-Git-Tag: hostap_2_1~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b16a5c0dabb22cdd8beb30e4f4a690596a5e38;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/run-all.sh b/tests/hwsim/run-all.sh index 48f1424ab..47daa9ab4 100755 --- a/tests/hwsim/run-all.sh +++ b/tests/hwsim/run-all.sh @@ -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