comment log_level for tests

This commit is contained in:
Emil Lerch 2023-08-27 09:23:38 -07:00
parent 94fa9acc44
commit a3fd680ea6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -635,8 +635,8 @@ fn getHomeDir(allocator: std.mem.Allocator) ![]const u8 {
test "filePath" {
const allocator = std.testing.allocator;
std.testing.log_level = .debug;
log.debug("\n", .{});
// std.testing.log_level = .debug;
// log.debug("\n", .{});
const path = try filePath(allocator, null, "NOTHING", null, "hello");
defer allocator.free(path.evaluated_path);
defer allocator.free(path.home.?);
@ -646,8 +646,8 @@ test "filePath" {
}
test "ini to creds" {
std.testing.log_level = .debug;
log.debug("\n", .{});
// std.testing.log_level = .debug;
// log.debug("\n", .{});
const partial_creds = try credsForText(
\\
\\# Amazon Web Services Credentials File used by AWS CLI, SDKs, and tools