Skip to content

Commit 4e088fb

Browse files
committed
Unbreak run_tests redux
1 parent 949abfc commit 4e088fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ void runCombinedTests()
287287

288288
void runTravisTests()
289289
{
290-
useUnitThreaded = envGet["USE_UNIT_THREADED"] == "true";
291-
auto noVibe = envGet["NO_VIBE"] == "true";
290+
useUnitThreaded = envGet("USE_UNIT_THREADED") == "true";
291+
auto noVibe = envGet("NO_VIBE") == "true";
292292

293293
if(noVibe)
294294
{

0 commit comments

Comments
 (0)