.builds: don't set EGL_PLATFORM for chrome tests

EGL_PLATFORM=surfaceless allows rendering tests to complete in headless
mode. However, the headless chrome tests fail with that setting. Change
the linux builder to only set the variable when needed.

Enable verbose output of tests while here. We can keep an eye on skipped
tests that way.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-02-18 08:33:42 +01:00
parent 3987815469
commit 33a1c4722a
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ tasks:
./make.bash
- test_gio: |
cd gio
go test ./...
go test -v ./...
- test_cmd: |
cd gio/cmd
go test ./...
go test -v ./...