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

runtests: judging the -f file type to avoid misuse by customers #100

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

xupengfe
Copy link
Contributor

@xupengfe xupengfe commented Jul 7, 2023

No description provided.

Copy link
Contributor

@ysun ysun left a comment

Choose a reason for hiding this comment

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

Others look good to me.

runtests Outdated
@@ -17,6 +21,8 @@ Usage: ${0##*/} [-f CMDFILES] [-c CMDLINE] [-o LOGFILE]
Examples:
./runtests -f cet/tests
./runtests -f cet/tests -o cet_tests.log
./runtests -f tests-client // exeucte all tests-client or tests in subfolders
./runtests -f tests-server // exeucte all tests-server or tests in subfolders
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing folder 'cet' before the tests file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's for all subfolders tests, not only for cet subfolder.

Thanks!

@xupengfe xupengfe force-pushed the 0707_void branch 2 times, most recently from 0545f56 to f8c1b26 Compare July 7, 2023 10:12
Add test all client and all server test function:
./runtests -f tests-client
./runtests -f tests-server

Signed-off-by: Pengfei Xu <[email protected]>
@ysun ysun merged commit edb5176 into intel:main Jul 10, 2023
@xupengfe
Copy link
Contributor Author

Thanks Yi for the improvement request.

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