mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 08:12:48 +01:00
17 lines
358 B
Batchfile
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
|