Displaying 1 result from an estimated 1 matches for "df4b6ca249".
Did you mean:
  df4b6ca249c6
  
2023 May 07
2
[PATCH libnbd] tests: Add a test of nbd_{set, get}_socket_activation_name
...dump the environment, and will be skipped with
other versions.
---
 .gitignore                     |  1 +
 tests/Makefile.am              |  8 +++
 tests/socket-activation-name.c | 99 ++++++++++++++++++++++++++++++++++
 3 files changed, 108 insertions(+)
diff --git a/.gitignore b/.gitignore
index df4b6ca249..fe7feffa5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -254,6 +254,7 @@ Makefile.in
 /tests/read-write-flag
 /tests/server-death
 /tests/shutdown-flags
+/tests/socket-activation-name
 /tests/synch-parallel
 /tests/synch-parallel-tls
 /ublk/nbdublk
diff --git a/tests/Makefile.am b/tests/Makefile.am...