Date: Wednesday, March 15, 2017 @ 13:20:51
  Author: bpiotrowski
Revision: 290872

I cannot into bash

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-15 13:13:55 UTC (rev 290871)
+++ PKGBUILD    2017-03-15 13:20:51 UTC (rev 290872)
@@ -51,7 +51,7 @@
   # Assume that five "failed" messages are okay and just re-run failed tests.
   cd $pkgname/src
   ./run.bash --no-rebuild -v -v -v -k |& tee run.log
-  if (( $(grep -c Failed: run.log) -gt 5 )) && grep -q FAILED run.log; then
+  if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
     return 1
   fi
 

Reply via email to