lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch 7bf75cf 3/3: Source 'set_arch.sh' in '


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 7bf75cf 3/3: Source 'set_arch.sh' in 'gui_test.sh'
Date: Sun, 21 Apr 2019 20:04:56 -0400 (EDT)

branch: odd/multiarch
commit 7bf75cf2b00fc5f45beb563a7b0d95f0fe394cec
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Source 'set_arch.sh' in 'gui_test.sh'
    
    It's sourced in 'nychthemeral_test.sh', so it should be sourced here,
    too.
---
 gui_test.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gui_test.sh b/gui_test.sh
index 19a07e0..35a8bf1 100755
--- a/gui_test.sh
+++ b/gui_test.sh
@@ -36,6 +36,8 @@ set -e
 # provides no convenient alternative):
 setopt PIPE_FAIL
 
+. ./set_arch.sh
+
 lmi_build_type=$(/usr/share/libtool/build-aux/config.guess)
 case "$lmi_build_type" in
     (*-*-linux*)
@@ -142,7 +144,4 @@ mkdir --parents /tmp/lmi/logs
 
 cd /opt/lmi/src/lmi
 
-# Would sourcing 'set_arch.sh' here:
-# . ./set_arch.sh
-# 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"



reply via email to

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