lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3ea404eb 2/6: Split a long line in a script


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ea404eb 2/6: Split a long line in a script
Date: Sun, 10 Jul 2022 12:07:56 -0400 (EDT)

branch: master
commit 3ea404eb295c311dbb5936790046511bf3b91d5b
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Split a long line in a script
---
 nychthemeral_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index c51d7f4a..5a10de78 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -356,7 +356,8 @@ make "$coefficiency" install check_physical_closure 2>&1 \
 if [ "x86_64-pc-linux-gnu" != "$LMI_TRIPLET" ]
 then
   printf '\n# GUI test\n\n'
-  xvfb-run "$PERFORM" "$prefix"/bin/wx_test"$EXEEXT" --ash_nazg 
--data_path="$prefix"/data 2>&1 \
+  xvfb-run "$PERFORM" "$prefix"/bin/wx_test"$EXEEXT" \
+    --ash_nazg --data_path="$prefix"/data 2>&1 \
     | tee "$log_dir"/gui_test | sed -e "$build_clutter" -e "$gui_test_clutter"
 else
   printf '\n# GUI test skipped--it does not work properly with GTK\n'



reply via email to

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