Skip to content
Snippets Groups Projects
  1. Feb 13, 2024
  2. Feb 12, 2024
  3. Feb 11, 2024
  4. Feb 10, 2024
  5. Feb 09, 2024
  6. Feb 08, 2024
  7. Feb 07, 2024
  8. Feb 06, 2024
  9. Feb 05, 2024
  10. Feb 04, 2024
  11. Feb 03, 2024
  12. Feb 02, 2024
  13. Feb 01, 2024
  14. Jan 31, 2024
    • Stefan Bürk's avatar
      [TASK] Unblock argument passing in `Build/Scripts/runTests.sh` · 4971b100
      Stefan Bürk authored
      The first argument after processing defined options has been
      stored into the variable `TEST_FILE`. This value was passed
      to PHPUnit based commands as last argument, defining the test
      case to execute (or a subset).
      
      Removing this workaround and directly passing remaining options
      to the command makes special arguments like `-e` obsolete and
      unblocks more generic command passing.
      
      This change removes this variable and passes all remaining
      arguments after option processing directly to the PHPUnit
      command and paves the way for future command improvements.
      
      Note:   This makes the `-e` option basically obsolete, but
              is kept for now to minimize muscle memory issues.
              Using it will display a `deprecation` notice at the
              end of the script - so it gets recognized.
      
      Resolves: #102769
      Releases: main, 12.4, 11.5
      Change-Id: I9a85206330a7e1b58d81dc5a2c97a13831af29a1
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82728
      
      
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      4971b100