[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] odd/multiarch f8adc38 4/5: Simplify documentation of
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] odd/multiarch f8adc38 4/5: Simplify documentation of alternatives |
Date: |
Wed, 17 Apr 2019 22:46:21 -0400 (EDT) |
branch: odd/multiarch
commit f8adc38e9b8463c4337f2327cbf40c1a54f2ca5f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Simplify documentation of alternatives
---
gui_test.sh | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gui_test.sh b/gui_test.sh
index 7c0136c..ef0f19d 100755
--- a/gui_test.sh
+++ b/gui_test.sh
@@ -142,16 +142,7 @@ mkdir --parents /tmp/lmi/logs
cd /opt/lmi/src/lmi
-# NOT! "$PERFORM" /opt/lmi/"$LMI_HOST"/bin/wx_test --ash_nazg
--data_path=/opt/lmi/data 2>&1 | tee /tmp/lmi/logs/gui-test | sed -e
"$gui_test_clutter"
-#
-# Specifying the "true" path to a binary too often requires setting
-# $PATH and $WINEPATH, which is complex and fragile; symlinks are much
-# better. Alternatively, sourcing 'set_arch.sh' here:
+# Would sourcing 'set_arch.sh' here:
# . ./set_arch.sh
-# would be sure to do something reliably, though perhaps not quite
-# what was intended--e.g., if the 'set_arch.sh' environment is for
-# one architecture, but a GUI test of another architecture is wanted.
-# Perhaps best of all would be to source a 'test_arch.sh' script here
-# that would return nonzero if the environment doesn't consistently
-# designate a single architecture.
+# be a good idea?
"$PERFORM" /opt/lmi/"$LMI_HOST"/bin/wx_test --ash_nazg
--data_path=/opt/lmi/data 2>&1 | tee /tmp/lmi/"$LMI_HOST"/logs/gui-test | sed
-e "$gui_test_clutter"
- [lmi-commits] [lmi] odd/multiarch updated (cdfac5b -> 0f63381), Greg Chicares, 2019/04/17
- [lmi-commits] [lmi] odd/multiarch 44ffabf 2/5: Complain, and do nothing else, if host type is unrecognized, Greg Chicares, 2019/04/17
- [lmi-commits] [lmi] odd/multiarch 3006a3b 3/5: Prefer 'printf' to 'print' in shell scripts, Greg Chicares, 2019/04/17
- [lmi-commits] [lmi] odd/multiarch 0f63381 5/5: Hesitate to use 'command -v', Greg Chicares, 2019/04/17
- [lmi-commits] [lmi] odd/multiarch 392a189 1/5: Import several changes from trunk, Greg Chicares, 2019/04/17
- [lmi-commits] [lmi] odd/multiarch f8adc38 4/5: Simplify documentation of alternatives,
Greg Chicares <=