Update tests_shells

Write function as variable due to careless error
This commit is contained in:
Skactor 2020-02-25 15:48:55 +08:00 committed by GitHub
parent d81cc71790
commit fc7c5fb723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
if IsRunning "autolog"; then
IDLE_TIMEOUT=1
LogText "Result: found autolog process to kill idle sessions"
Report="session_timeout_method[]=autolog"
Report "session_timeout_method[]=autolog"
IDLE_TIMEOUT_METHOD="autolog"
fi