Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
    • Simon McVittie's avatar
      tests: Don't look at the real environment for driver_environment() · 000b8dc0
      Simon McVittie authored
      
      If one of the variables we are interested in happens to be set
      already, and doesn't get overridden, then the test will fail.
      For example, `DRI_PRIME=1 meson test -C _build` would fail.
      
      This will become a lot more likely to happen when I start logging
      ubiquitous environment variables like `DISPLAY`.
      
      We can't just set envp = NULL initially, because g_environ_setenv()
      in Ubuntu 12.04 won't accept NULL as a valid environment block (although
      newer versions do).
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      000b8dc0
  2. Jan 26, 2021
  3. Jan 25, 2021
  4. Jan 21, 2021
  5. Jan 20, 2021
  6. Jan 18, 2021
  7. Jan 14, 2021
  8. Jan 13, 2021
  9. Jan 12, 2021
Loading