lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master aa750df 12/28: Work around global_settings_te


From: Greg Chicares
Subject: [lmi-commits] [lmi] master aa750df 12/28: Work around global_settings_test failure in autotools builds
Date: Wed, 12 May 2021 18:14:44 -0400 (EDT)

branch: master
commit aa750df5dbcc48dfc52bf6d5f48a2dafc11d4a26
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Work around global_settings_test failure in autotools builds
    
    Create the file that the test assumes to exist in the current directory.
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e6564f..3ba34d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -318,6 +318,11 @@ jobs:
       - name: Run unit tests (autotools)
         if: matrix.autotools
         run: |
+          # Prepare for running tests.
+
+          # global_settings_test relies on this file existence in the current 
directory
+          touch ${lmi_build_dir}/global_settings.o
+
           make --keep-going V=1 $coefficiency -C ${lmi_build_dir} check || 
err=$?
 
           if [ -n "$err" ]; then



reply via email to

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