lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 523d869 14/14: Define a variable just before


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 523d869 14/14: Define a variable just before its first use
Date: Tue, 5 May 2020 09:03:29 -0400 (EDT)

branch: master
commit 523d869823f209fa39326fbecb27102d8a336d75
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Define a variable just before its first use
---
 gui_test.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui_test.ps1 b/gui_test.ps1
index e6345fc..620ba89 100644
--- a/gui_test.ps1
+++ b/gui_test.ps1
@@ -32,8 +32,6 @@
 # Additional parameters, passed directly to wx_test, can be specified at the
 # end of the previous command line.
 
-$prefix = "/opt/lmi"
-
 # This script deliberately parallels gui_test.sh as closely as possible, in
 # particular the same sed syntax is used for the search expressions to
 # facilitate keeping them in sync between the two files, even if this requires
@@ -157,6 +155,8 @@ $test_ignore_patterns = $gui_test_clutter   `
     -creplace '/d$'                         |
     Where-Object {$_}
 
+$prefix = "/opt/lmi"
+
 # Directory for test logs.
 $log_dir = "$prefix/gcc/i686-w64-mingw32/logs"
 



reply via email to

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