[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [XTF PATCH] xtf-runner: fix two synchronisation issues
On 29/07/16 13:07, Wei Liu wrote: > > if __name__ == "__main__": > + signal.signal(signal.SIGALRM, sigalrm_handler) > try: > sys.exit(main()) > except RunnerError, e: One final thing before I forget, this addition should be in main(), rather than here. This bit of code is just to allow main() to work per its normal expectations. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |