Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
python3-sh
fix-test_signal_group.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-test_signal_group.diff of Package python3-sh
Index: sh-1.12.14/test.py =================================================================== --- sh-1.12.14.orig/test.py +++ sh-1.12.14/test.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- import sys import os @@ -2048,7 +2048,8 @@ time.sleep(3) """) parent = create_tmp_test(""" -import sys +import os, sys +sys.path.insert(0, os.getcwd()) import sh system_python = sh.Command(sh.which("python%d.%d" % sys.version_info[:2])) p = system_python("{child_file}", _bg=True, _new_session=False)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor