Coder Social home page Coder Social logo

Comments (5)

jouvin avatar jouvin commented on August 22, 2024

@stdweird is it still true?

from maven-tools.

stdweird avatar stdweird commented on August 22, 2024

yes, setting -v in .proverc fails the tests.

i don't mind this that much, but people who are not used to it might (maybe just add it to the documentation somehow)

i run tests now via a function defined in my .bashrc, so i don't care that much anymore

function mvn_test {
    local extra
    if [ ! -z "$1" ]; then
       extra="-Dunittest=$1.t"
    fi
    PERL5LIB=/usr/lib/perl:/home/stdweird/perl5/lib/perl5/ QUATTOR_TEST_LOG_CMD_MISSING=1 QUATTOR_TEST_LOG_CMD=1 QUATTOR_TEST_LOG_DEBUGLEVEL=3 mvn clean test -Dprove.args=-v $extra
}

from maven-tools.

jouvin avatar jouvin commented on August 22, 2024

I'll try to have a look for next release...

from maven-tools.

jouvin avatar jouvin commented on August 22, 2024

@stdweird is it still something worth to work on it?

from maven-tools.

stdweird avatar stdweird commented on August 22, 2024

https://github.com/quattor/maven-tools/blob/master/build-profile/pom.xml#L21
so i guess it is still an issue. i'd rather have it default to -v, verbosity is a good thing when testing: if all goes well, you don't care for the output anyway; if things go wrong, the more output the better (at least, that's my opinion 😄 )

from maven-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.