lmi-commits
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]