lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 652ac71 1/2: Revert "Work around global_setti


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 652ac71 1/2: Revert "Work around global_settings_test failure in auto build"
Date: Thu, 13 May 2021 06:01:05 -0400 (EDT)

branch: master
commit 652ac71babe5972c581823c34ff20fbebf2991ea
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Revert "Work around global_settings_test failure in auto build"
    
    This reverts commit aa750df5dbcc48dfc52bf6d5f48a2dafc11d4a26 which is
    not needed any longer after the changes of 6303f4a26 (Make a unit test
    more robust, 2021-05-11).
---
 .github/workflows/ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec09e84..17f43f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -332,11 +332,6 @@ 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]