diff options
| author | Marijn Tamis <[email protected]> | 2017-10-20 14:30:56 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2017-10-20 14:36:12 +0200 |
| commit | fabb251458f4a2d6d4f87dd36038fac2774b378c (patch) | |
| tree | 68a4a0ecd940dc949e0477d521d8c159968cfcd5 /NvCloth/scripts/packman/test_packman.cmd | |
| parent | NvCloth 1.1.2 Release. (22576033) (diff) | |
| download | nvcloth-1.1.3.tar.xz nvcloth-1.1.3.zip | |
NvCloth 1.1.3 Release. (23014067)v1.1.3
Diffstat (limited to 'NvCloth/scripts/packman/test_packman.cmd')
| -rw-r--r-- | NvCloth/scripts/packman/test_packman.cmd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NvCloth/scripts/packman/test_packman.cmd b/NvCloth/scripts/packman/test_packman.cmd new file mode 100644 index 0000000..f3982fd --- /dev/null +++ b/NvCloth/scripts/packman/test_packman.cmd @@ -0,0 +1,6 @@ +:: Use our local packman module for testing +@set PM_MODULE_EXT=%~dp0\..\common\packman.py +@call "%~dp0packman.cmd" %* +:: Clean out so this setting doesn't leak into the current console +@set PM_MODULE_EXT= +@if errorlevel 1 exit /b 1 |