Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
update test suite python invocation for rpm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
eklitzke committed Apr 19, 2018
1 parent 4f12391 commit a8c44c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ src/pyflame
build-aux/
configure
config.h
\.pytest_cache/
stamp-h1
\.test_env/
libtool.m4
Expand Down
4 changes: 2 additions & 2 deletions tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ def test_sigchld():
t0 = time.time()
proc = subprocess.Popen(
[
path_to_pyflame(), '-t', 'python', './tests/sleeper.py', '-t', '2',
'-f'
path_to_pyflame(), '-t', sys.executable, './tests/sleeper.py',
'-t', '2', '-f'
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
Expand Down

0 comments on commit a8c44c2

Please sign in to comment.