Test up tests users if none are available on CI

This commit is contained in:
Viktor Liu
2025-07-03 12:28:32 +02:00
parent a476b8d12f
commit 982841e25b
4 changed files with 405 additions and 41 deletions

View File

@@ -66,7 +66,6 @@ func (s *Server) createCommand(privilegeResult PrivilegeCheckResult, session ssh
return cmd, nil
}
// executeCommand executes the command and handles I/O and exit codes
func (s *Server) executeCommand(logger *log.Entry, session ssh.Session, execCmd *exec.Cmd) bool {
s.setupProcessGroup(execCmd)