Kinsey Moore started a new discussion on tester/rt/config.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151951 > if self.console: > self.console.open() > if not self.opts.dry_run(): > - self.process.open( > - data[0], > + self.process.open(data[0], > data[1], > script=script, > output=self.capture, > gdb_console=self.capture_console, > - timeout=(int(self.expand('%{timeout}')), > - int(self.expand('%{max_test_period}')), > - self._timeout, self._test_too_long)) > + timeout=self._get_timeouts()) This commit contains formatting, refactoring changes that don't affect functionality, and functional changes. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151951 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
