Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug of missing to install simple_tc.py #842

Merged
merged 3 commits into from
Dec 8, 2016
Merged

Fix bug of missing to install simple_tc.py #842

merged 3 commits into from
Dec 8, 2016

Conversation

zhiyisun
Copy link
Contributor

@zhiyisun zhiyisun commented Dec 8, 2016

examples/networking/CMakeLists.txt set $EXAMPLE_PROGRAMS twice. The
second one(tc_perf_event.py) overwirte the first one(simple_tc.py).

Signed-off-by: Zhiyi Sun zhiyisun@gmail.com

zhiyisun and others added 2 commits December 8, 2016 08:51
examples/networking/CMakeLists.txt set $EXAMPLE_PROGRAMS twice. The
second one(tc_perf_event.py) overwirte the first one(simple_tc.py).

Signed-off-by: Zhiyi Sun <zhiyisun@gmail.com>
@@ -1,6 +1,6 @@
set(EXAMPLE_FILES simulation.py)
set(EXAMPLE_PROGRAMS simple_tc.py)
set(EXAMPLE_PROGRAMS tc_perf_event.py)
set(EXAMPLE_PROGRAMS ${EXAMPLE_PROGRAMS} tc_perf_event.py)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you do
set(EXAMPLE_PROGRAMS simple_tc.py tc_perf_event.py)
instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Signed-off-by: Zhiyi Sun <zhiyisun@gmail.com>
@4ast 4ast merged commit 3ce6d83 into iovisor:master Dec 8, 2016
@zhiyisun zhiyisun deleted the dev branch December 9, 2016 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants