diff --git a/tests/test.cpp b/tests/test.cpp index e5919c9574..3f6e37cd50 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -524,7 +524,7 @@ extern bool IsAutomaticTest() // Also recognize Travis CI environment. if ( !s_isAutomatic ) - s_isAutomatic = wxGetEnv("TRAVIS", NULL) + s_isAutomatic = wxGetEnv("TRAVIS", NULL); } return s_isAutomatic == 1;