On 07.06.21 11:54, Thomas Huth wrote:
On 18/03/2021 13.50, Janosch Frank wrote:
TCG doesn't support PV.
Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
---
s390x/run | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/s390x/run b/s390x/run
index df7ef5ca..82922701 100755
--- a/s390x/run
+++ b/s390x/run
@@ -19,6 +19,11 @@ else
ACCEL=$DEF_ACCEL
fi
+if [ "${1: -7}" == ".pv.bin" ] || [ "${TESTNAME: -3}" == "_PV" ] && [ $ACCEL == "tcg" ]; then
Put $ACCEL in quotes?
With that nit fixed:
Should these "==" be "=" ? Bash string comparisons always mess with my mind.
--
Thanks,
David / dhildenb