All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] bc ptest: fix bugs caused by input method
@ 2022-11-02  1:15 yanxk.fnst
  0 siblings, 0 replies; 2+ messages in thread
From: yanxk.fnst @ 2022-11-02  1:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: fnstml-fujitsuten, Yan Xinkuan

From: Yan Xinkuan <yanxk.fnst@fujitsu.com>

fix some bugs related to echo function caused by input method.

echo would work fine now, difference as below:

before:		“PASS: bc/*.b”

now:	 	PASS: bc/*.b

Signed-off-by: Yan Xinkuan <yanxk.fnst@fujitsu.com>
---
 meta/recipes-extended/bc/bc/run-ptest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/bc/bc/run-ptest b/meta/recipes-extended/bc/bc/run-ptest
index 66a1b9d708..ba5abe6805 100644
--- a/meta/recipes-extended/bc/bc/run-ptest
+++ b/meta/recipes-extended/bc/bc/run-ptest
@@ -2,8 +2,8 @@

 for TEST in *.b; do
 	if bc -l $TEST </dev/null; then
-		echo “PASS: bc/$TEST”
+		echo "PASS: bc/$TEST"
 	else
-		echo “FAIL: bc/$TEST”
+		echo "FAIL: bc/$TEST"
 	fi
 done
--
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-oe][PATCH] bc ptest: fix bugs caused by input method
@ 2022-11-02  0:31 yanxk.fnst
  0 siblings, 0 replies; 2+ messages in thread
From: yanxk.fnst @ 2022-11-02  0:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: fnstml-fujitsuten, Yan Xinkuan

From: Yan Xinkuan <yanxk.fnst@fujitsu.com>

fix some bugs related to echo function caused by input method.

echo would work fine now, difference as below:

before:		“PASS: bc/*.b”

now:	 	PASS: bc/*.b

Signed-off-by: Yan Xinkuan <yanxk.fnst@fujitsu.com>
---
 meta/recipes-extended/bc/bc/run-ptest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/bc/bc/run-ptest b/meta/recipes-extended/bc/bc/run-ptest
index 66a1b9d708..ba5abe6805 100644
--- a/meta/recipes-extended/bc/bc/run-ptest
+++ b/meta/recipes-extended/bc/bc/run-ptest
@@ -2,8 +2,8 @@

 for TEST in *.b; do
 	if bc -l $TEST </dev/null; then
-		echo “PASS: bc/$TEST”
+		echo "PASS: bc/$TEST"
 	else
-		echo “FAIL: bc/$TEST”
+		echo "FAIL: bc/$TEST"
 	fi
 done
--
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-03  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02  1:15 [meta-oe][PATCH] bc ptest: fix bugs caused by input method yanxk.fnst
  -- strict thread matches above, loose matches on Subject: below --
2022-11-02  0:31 yanxk.fnst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.