Skip to content

Commit

Permalink
Rename file name to fit case insensitive file system. (sonic-net#1444)
Browse files Browse the repository at this point in the history
Rename file to avoid clone issue in case insensitive file system.
This caused auto-cherry-pick don't work.
  • Loading branch information
liushilongbuaa authored and shiraez committed Dec 12, 2024
1 parent f103e68 commit c56f176
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tests_LDADD = -lhiredis -lswsscommon -lpthread \
$(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \
-L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS)

testclient_SOURCES = TestClient.cpp testclient.cpp
testclient_SOURCES = TestClient.cpp testclient_main.cpp
testclient_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
testclient_LDADD = -lhiredis -lswsscommon -lpthread \
$(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \
Expand Down
File renamed without changes.

0 comments on commit c56f176

Please sign in to comment.