1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/test_cook_exe.bat
Nick Bebout 8d76e44c5e 1.836
2017-09-23 16:54:48 -05:00

17 lines
358 B
Batchfile

REM $Id: test_cook_exe.bat,v 1.4 2017/09/07 00:59:35 gilles Exp gilles $
cd /D %~dp0
.\imapsync.exe
@PAUSE
.\imapsync.exe --tests
@PAUSE
.\imapsync.exe --testslive --nossl2
@PAUSE
.\imapsync.exe --testslive6 --nossl2
@ECHO The previous test fails with "Invalid argument" usually (August 2017)
@ECHO Tests ended, bye.
@PAUSE
@REM EXIT