Skip to content

Commit

Permalink
修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jan 2, 2020
1 parent 26d47b7 commit 80c7020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run
Expand Up @@ -36,7 +36,7 @@ function test()
}
proc_close($processHndler);

if(version_compare(SWOOLE_VERSION, '4.4', '<') && 255 === ($status['exitcode'] ?? 0) && 'OK' === substr($records2[0] ?? '', 0, 2))
if(version_compare(SWOOLE_VERSION, '4.4', '<') && 255 === ($status['exitcode'] ?? 0) && 'OK' === substr($records2[1] ?? '', 0, 2))
{
exit(0);
}
Expand Down

0 comments on commit 80c7020

Please sign in to comment.