Chris Johns commented on a discussion on tester/rt/config.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151953 > 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()) Yeah it seems something must has missed being formatted at some point that it got caught. Sorry I have no time to pull the commit and separate into separate commits. -- View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151953 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
