We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c671f1 commit 4ba2c29Copy full SHA for 4ba2c29
runtests.sh
@@ -18,7 +18,5 @@ test_run() {
18
}
19
20
test_run "tcp" "tcp-basic"
21
-if grep with-system-unix-sockets target/debug/build/redis-*/output -q; then
22
- test_run "unix" "unix-basic"
23
-fi
+test_run "unix" "unix-basic"
24
test_run "unix" "unix-dep" "with-unix-sockets"
0 commit comments