Commit 46646143 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

No need to echo TESTABLES if we're echoing the whole pytest command

parent d60f4979
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -269,8 +269,6 @@ test_py_project()
    fi

    if [[ -n "$TESTABLES" ]]; then
      echo "TESTABLES: $TESTABLES"

      # Core dumps? Sure, take them.
      ulimit -c unlimited