Skip to content

Commit 97c6e3d

Browse files
committed
tools: remove custom logic for skipping test-strace-openat-openssl
1 parent a5e534c commit 97c6e3d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

shell.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ pkgs.mkShell {
106106

107107
BUILD_WITH = if (ninja != null) then "ninja" else "make";
108108
NINJA = pkgs.lib.optionalString (ninja != null) "${pkgs.lib.getExe ninja}";
109-
CI_SKIP_TESTS = pkgs.lib.concatStringsSep "," (
110-
pkgs.lib.optionals useSharedOpenSSL [
111-
# Path to the openssl.cnf is different from the expected one
112-
"test-strace-openat-openssl"
113-
]
114-
);
115109
CONFIG_FLAGS = builtins.toString (
116110
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"
117111
);

0 commit comments

Comments
 (0)