-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathISSUES.txt
More file actions
66 lines (41 loc) · 2.36 KB
/
ISSUES.txt
File metadata and controls
66 lines (41 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-------------------------------------------------------------------------------
scripts/tools/ToolAdaptors/ffmpeg/ffmpeg_concat_copy_by_list.bat
-------------------------------------------------------------------------------
* Does not accept not english characters in files names/paths.
-------------------------------------------------------------------------------
scripts/tools/ToolAdaptors/timestamp/copy_timestamp_by_pttn.bat
-------------------------------------------------------------------------------
* Does not accept not english characters in files names/paths.
-------------------------------------------------------------------------------
scripts/tools/ToolAdaptors/vbs/update_shortcut_props_from_dir.bat
-------------------------------------------------------------------------------
* Fix infinite recursion because of builtin backup in `update_shortcut.vbs`.
-------------------------------------------------------------------------------
scripts/tools/std: xcopy_*.bat, xmove_*.bat
-------------------------------------------------------------------------------
* Fix output touching in case of `/Y` flag absence (no overwrite).
-------------------------------------------------------------------------------
scripts/tools/build/load_config.bat
-------------------------------------------------------------------------------
* Fix error:
`load_config.bat: error: input config directory does not exist: "...\--".`
in case of:
chcp 65000
caught in:
scripts/tools/filesys/read_shortcut_target_path.bat
-------------------------------------------------------------------------------
scripts/tests/manual/bat/test_all.bat
-------------------------------------------------------------------------------
* Script double execution with log mess in case of call without extension:
>
test_all
* Log print race condition between stdout and stderr
-------------------------------------------------------------------------------
scripts/tests
-------------------------------------------------------------------------------
* wrong last `current tests` number of tests:
Time spent: 3.290 secs (test_xml.bat->test_xml__10_filter_xpath_list_by_xpath_list.bat)
7 of 7 current tests is passed.
Time spent: 5.450 secs (test_xml.bat)
7 of 7 current tests is passed.
12 of 12 overall tests is passed.