Skip to content
Snippets Groups Projects
  1. Oct 26, 2020
  2. Oct 14, 2020
  3. Oct 13, 2020
  4. Oct 12, 2020
  5. Oct 09, 2020
  6. Oct 08, 2020
  7. Oct 07, 2020
  8. Oct 05, 2020
  9. Oct 02, 2020
  10. Sep 30, 2020
  11. Sep 28, 2020
  12. Sep 21, 2020
    • Alexander Varwijk's avatar
      Don't invoke a separate shell to run unit-tests · 203ea507
      Alexander Varwijk authored
      The script already provides an interpreter in the script
      file itself using the SHEBANG. This allows the script to
      execute using `bash` providing all the features it needs.
      
      The `sh` shell does not provide the features needed.
      
      We should consider doing this for the other scripts too.
      However, we will need to make sure the scripts are executable
      in the script repository.
      203ea507
  13. Sep 15, 2020
  14. Sep 14, 2020
Loading