Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc34077

Browse files
committed
RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests
1 parentb4459ca commitcc34077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
HOOKS_SHEBANG="#!/usr/bin/env sh\n"
5858

5959

60-
@skipIf(is_win,"TODO: fix hooks execution on Windows: #703")
60+
@skipIf(HIDE_WINDOWS_KNOWN_ERRORS,"TODO: fix hooks execution on Windows: #703")
6161
def_make_hook(git_dir,name,content,make_exec=True):
6262
"""A helper to create a hook"""
6363
hp=hook_path(name,git_dir)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp