Commit 1e056e6
committed
fix(tests): use .cmd extension for Windows batch scripts
Windows cannot execute batch script files without a .cmd or .bat
extension. The cache invalidation test was creating a shell script
without the proper extension, causing test failures on Windows CI.1 parent 5a27122 commit 1e056e6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
1440 | 1443 | | |
1441 | 1444 | | |
1442 | 1445 | | |
| |||
0 commit comments