* [PATCH 0/2] Correct oe-selftest usage information
@ 2016-04-15 17:30 Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 1/2] oe-selftest: Correct the usage examples Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 2/2] lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest Peter Kjellerstedt
0 siblings, 2 replies; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-04-15 17:30 UTC (permalink / raw)
To: openembedded-core
This corrects the usage information in the oe-selftest script, and
corrects references to meta/lib/oeqa/selftest in some comments.
//Peter
The following changes since commit 20a0121b558b32179220e394a66cb90dc6ff3879:
bitbake: bitbake-user-manual: Updated discussion about using "inherit" (2016-04-15 06:59:44 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/oe-selftest_usage
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/oe-selftest_usage
Peter Kjellerstedt (2):
oe-selftest: Correct the usage examples
lib/oeqa/selftest/base.py: Correct a reference to
meta/lib/oeqa/selftest
meta/lib/oeqa/selftest/base.py | 2 +-
scripts/oe-selftest | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
--
2.1.0
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/2] oe-selftest: Correct the usage examples
2016-04-15 17:30 [PATCH 0/2] Correct oe-selftest usage information Peter Kjellerstedt
@ 2016-04-15 17:30 ` Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 2/2] lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest Peter Kjellerstedt
1 sibling, 0 replies; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-04-15 17:30 UTC (permalink / raw)
To: openembedded-core
---
scripts/oe-selftest | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index 3d2dffb..5e23ef0 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -16,13 +16,13 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# DESCRIPTION
-# This script runs tests defined in meta/lib/selftest/
+# This script runs tests defined in meta/lib/oeqa/selftest/
# It's purpose is to automate the testing of different bitbake tools.
# To use it you just need to source your build environment setup script and
# add the meta-selftest layer to your BBLAYERS.
-# Call the script as: "oe-selftest" to run all the tests in in meta/lib/selftest/
-# Call the script as: "oe-selftest <module>.<Class>.<method>" to run just a single test
-# E.g: "oe-selftest bboutput.BitbakeLayers" will run just the BitbakeLayers class from meta/lib/selftest/bboutput.py
+# Call the script as: "oe-selftest -a" to run all the tests in meta/lib/oeqa/selftest/
+# Call the script as: "oe-selftest -r <module>.<Class>.<method>" to run just a single test
+# E.g: "oe-selftest -r bblayers.BitbakeLayers" will run just the BitbakeLayers class from meta/lib/oeqa/selftest/bblayers.py
import os
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest
2016-04-15 17:30 [PATCH 0/2] Correct oe-selftest usage information Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 1/2] oe-selftest: Correct the usage examples Peter Kjellerstedt
@ 2016-04-15 17:30 ` Peter Kjellerstedt
1 sibling, 0 replies; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-04-15 17:30 UTC (permalink / raw)
To: openembedded-core
---
meta/lib/oeqa/selftest/base.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py
index dc93731..e10455e 100644
--- a/meta/lib/oeqa/selftest/base.py
+++ b/meta/lib/oeqa/selftest/base.py
@@ -4,7 +4,7 @@
# DESCRIPTION
-# Base class inherited by test classes in meta/lib/selftest
+# Base class inherited by test classes in meta/lib/oeqa/selftest
import unittest
import os
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-15 17:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 17:30 [PATCH 0/2] Correct oe-selftest usage information Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 1/2] oe-selftest: Correct the usage examples Peter Kjellerstedt
2016-04-15 17:30 ` [PATCH 2/2] lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest Peter Kjellerstedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox