[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] odd/multiarch 70cf4ce 13/16: Insert $LMI_HOST into o
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] odd/multiarch 70cf4ce 13/16: Insert $LMI_HOST into old '/opt/lmi/bin' |
Date: |
Wed, 10 Apr 2019 22:15:09 -0400 (EDT) |
branch: odd/multiarch
commit 70cf4ce2701b1ebc687490418ec17bc6843f5050
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Insert $LMI_HOST into old '/opt/lmi/bin'
---
gui_test.sh | 2 +-
nychthemeral_test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui_test.sh b/gui_test.sh
index 7862816..abf1768 100755
--- a/gui_test.sh
+++ b/gui_test.sh
@@ -153,4 +153,4 @@ cd /opt/lmi/src/lmi
# 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.
-"$PERFORM" /opt/lmi/bin/wx_test --ash_nazg --data_path=/opt/lmi/data 2>&1 |
tee /tmp/lmi/logs/gui-test | sed -e "$gui_test_clutter"
+"$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"
diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index 71ebfd1..0878dbd 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -31,7 +31,7 @@
# - called only through a driver that sets "$logdir"?
# - refactored as a script function, invoked after setting "$logdir"?
# - used preferably as a makefile target that sets "$logdir"?
-# $make clobber; ./nychthemeral_test.sh 2>&1 | tee
/tmp/lmi/$(LMI_HOST)/logs/log | sed -f errors.sed
+# $make clobber; ./nychthemeral_test.sh 2>&1 | tee
/tmp/lmi/"$LMI_HOST"/logs/log | sed -f errors.sed
# Omitting the 'clobber' step when it's known to be unnecessary makes
# that command take two minutes instead of five on a dual E5-2630 v3
# machine. What's difficult is knowing when it's truly unnecessary.
- [lmi-commits] [lmi] odd/multiarch 97b368a 03/16: Document that "$("this is a quoted string")", (continued)
- [lmi-commits] [lmi] odd/multiarch 97b368a 03/16: Document that "$("this is a quoted string")", Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 6535919 05/16: Broaden the scope of the 'clobber' target, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch a70b3bc 10/16: Let 'set_arch.sh' set $PERFORM, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 60db190 01/16: Restore whitespace concinnity, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch daee5d2 06/16: Remove commentary that is no longer useful, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 354d7ce 07/16: Remove redundant extra 'gcc' in wx 'vendor' string, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 3b7638d 12/16: Add a more radical alternative to 'clobber', Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 923023d 09/16: Use 'set_arch.sh' instead of commented-out blocks of code, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 943d5b8 14/16: Install surrogates for proprietary graphics, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 341f8c5 08/16: Move a documentation stanza, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 70cf4ce 13/16: Insert $LMI_HOST into old '/opt/lmi/bin',
Greg Chicares <=
- [lmi-commits] [lmi] odd/multiarch d435a94 15/16: Work around a boost problem with gcc-8.x, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch 11efcd0 16/16: Rewrite command assuming '/opt/lmi/bin/' no longer exists, Greg Chicares, 2019/04/10
- [lmi-commits] [lmi] odd/multiarch ec73fc6 11/16: Explicitly set $PERFORM even if it should be empty, Greg Chicares, 2019/04/10