aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Maiorano <amaiorano@google.com>2019-09-30 12:52:15 -0400
committerAntonio Maiorano <amaiorano@google.com>2019-09-30 16:54:47 +0000
commit8b6938547b698ff9d9cbaf131767d67e5f190472 (patch)
treef38bc951223d253a7a56c0036bfb54ea56745789
parentc475f5650417995f175fd29707e82e065ac22107 (diff)
downloadswiftshader-8b6938547b698ff9d9cbaf131767d67e5f190472.tar.gz
Fix regres script
Change-Id: I97e65fcfdbab5e8ebf823ef528be3a048274a9ef Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36809 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Tested-by: Antonio Maiorano <amaiorano@google.com>
-rw-r--r--tests/regres/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regres/main.go b/tests/regres/main.go
index 307f8b800..13a2f8589 100644
--- a/tests/regres/main.go
+++ b/tests/regres/main.go
@@ -739,7 +739,7 @@ func (t *test) build() error {
"-DCMAKE_BUILD_TYPE=Release",
"-DDCHECK_ALWAYS_ON=1",
"-DREACTOR_VERIFY_LLVM_IR=1",
- "-DWARNINGS_AS_ERRORS=0"
+ "-DWARNINGS_AS_ERRORS=0",
".."); err != nil {
return err
}