[node-patches] Change in ovirt-node[master]: tests: Add terminal_has_utf8_support testcase
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu May 2 10:43:41 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: tests: Add terminal_has_utf8_support testcase
......................................................................
tests: Add terminal_has_utf8_support testcase
This testcases checks if the terminal supports UTF-8.
Change-Id: I4b4fb5c60ca207dd34764693c9356d835c1608b8
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M tests/igor/sets/basic.set
A tests/igor/tcs/terminal_has_utf8_support.sh
2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/83/14383/1
diff --git a/tests/igor/sets/basic.set b/tests/igor/sets/basic.set
index d588ff4..b397bbe 100644
--- a/tests/igor/sets/basic.set
+++ b/tests/igor/sets/basic.set
@@ -5,3 +5,6 @@
---
+filename: 'terminal_has_utf8_support.sh'
+
+---
diff --git a/tests/igor/tcs/terminal_has_utf8_support.sh b/tests/igor/tcs/terminal_has_utf8_support.sh
new file mode 100755
index 0000000..6fc0ee9
--- /dev/null
+++ b/tests/igor/tcs/terminal_has_utf8_support.sh
@@ -0,0 +1,3 @@
+set -e
+
+python -c "print(u'The terminal locale supports UTF-8 if you can read this. \u23f2')"
--
To view, visit http://gerrit.ovirt.org/14383
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b4fb5c60ca207dd34764693c9356d835c1608b8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list