Skip to content

Commit c16627f

Browse files
update
1 parent fad01d8 commit c16627f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/releasetest/releasetest.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if /i "%Platform%" == "x64" (
6060

6161
cd /D %BASEDIR%
6262
rd /Q /S %APPNAME% >nul 2>nul
63-
tspawn new %APPNAME%
63+
tspawn new %APPNAME% --template erb
6464
if "%SQLITE%" == "" (
6565
echo;
6666
echo sqlite.exe command not found.
@@ -70,7 +70,7 @@ if "%SQLITE%" == "" (
7070
"%SQLITE%" %DBFILE% < create_blog_table.sql
7171

7272
cd %APPDIR%
73-
echo n | tspawn s blog
73+
tspawn s blog
7474
tspawn w foo
7575

7676
:: Test in debug mode

0 commit comments

Comments
 (0)