Commit e6ccb5ead53d90dd2eaf39911427280c8026233f

  • avatar
  • sven <sven @linux…hyn.site>
  • Wed Sep 30 11:19:41 CEST 2009
  • Tree SHA1: 5662ffe
  • Parent SHA1: 3f00d46 (make it possible to output test logs to stdout. to do this start amarok with --test --teststdout)
  • raw diff | raw patch
Why didn't I see this?
  
613613{
614614 DEBUG_BLOCK
615615 QStringList testArgumentList;
616<<<<<<< HEAD:src/App.cpp
617 QString logPath = QDir::toNativeSeparators( Amarok::saveLocation( "testresults/" ) + QDateTime::currentDateTime().toString( "yyyy-MM-dd.HH-mm-ss" ) + '/' );
618 testArgumentList << "amarok" << "-o" << logPath << "-xml" << "-v2";
619=======
620616 QString logPath = QDir::toNativeSeparators( Amarok::saveLocation( "testresults/" ) + QDateTime::currentDateTime().toString( "yyyy-MM-dd.HH-mm-ss" ) + "/" );
621617
622618 if( !stdout )
623619 testArgumentList << "amarok" << "-o" << logPath << "-xml" << "-v2";
624620 else
625621 testArgumentList << "amarok" << "-xml" << "-v2";
626>>>>>>> make it possible to output test logs to stdout. to do this start amarok with --test --teststdout:src/App.cpp
627622
628623 // create log folder for this run:
629624 QDir logDir( logPath );