lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1d4e4f02: Update architecture in a '.ps1' fil


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1d4e4f02: Update architecture in a '.ps1' file, too
Date: Tue, 17 May 2022 15:33:26 -0400 (EDT)

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

    Update architecture in a '.ps1' file, too
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-05/msg00021.html
---
 gui_test.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui_test.ps1 b/gui_test.ps1
index a9343709..74ed02e4 100644
--- a/gui_test.ps1
+++ b/gui_test.ps1
@@ -158,7 +158,7 @@ $test_ignore_patterns = $gui_test_clutter   `
 $prefix = "/opt/lmi"
 
 # Directory for test logs.
-$log_dir = "$prefix/gcc/i686-w64-mingw32/logs"
+$log_dir = "$prefix/gcc/x86_64-w64-mingw32/logs"
 
 if (!(Test-Path -PathType Container $log_dir)) {
     New-Item -Path $log_dir -ItemType Directory > $null



reply via email to

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