pbrisbin / aurget

A simple pacman-like interface to the AUR
GNU General Public License v2.0
69 stars 17 forks source link

Basic message about lack of maintenance #77

Closed glenntanner3 closed 3 years ago

glenntanner3 commented 3 years ago

To the point message with a 1 second sleep so the users are aware

pbrisbin commented 3 years ago

Would you mind getting the tests green? The test suite asserts against expected output, so the new warning line is causing these failures. It should just require adding that line to the expected output in the tests. You can use a glob to avoid asserting the exact text.

For example, in build.t:

   $ source "$TESTDIR/helper.sh"

 Building the package for aurget

   $ aurget -Sb --builddir "$PWD" --noedit --nodeps --noconfirm --nodiscard aurget
+  warning: * (glob)
   :: Searching AUR...

   Targets (1): aurget-4.6.0-1 

This'll need to be done in all the assertions of all the failing specs.