Skip to content
  • Thomas Haller's avatar
    contrib/rpm: skip tests for -Q build option · c528a895
    Thomas Haller authored
    Previously, the --quick option only mattered when creating
    the source tarball, to run `make dist` instead of the slower
    `make distcheck`.
    
    Extend its meaning to also skip unit tests while building the RPM.
    You still can enable them with
    
      $ ./contrib/fedora/rpm/build_clean.sh -Q -w test
    c528a895