1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/test_cook_exe.bat
Nick Bebout 1d08afaba6 1.977
2020-04-10 18:15:57 -05:00

17 lines
358 B
Batchfile
Executable File

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