Skip to content

Commit bb1139c

Browse files
kostyanf14YanVugenfirer
authored andcommitted
RHELMISC-8982: Fix missing echo in build.bat run_dvl
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com> Signed-off-by: Kostiantyn Kostiuk <50669799+kostyanf14@users.noreply.github.com>
1 parent 0dc6c20 commit bb1139c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ if ERRORLEVEL 1 (
327327
goto :eof
328328

329329
:run_dvl
330-
Performing Driver Verfier Log build of %BUILD_FILE%.
330+
echo Performing Driver Verfier Log build of %BUILD_FILE%.
331331
msbuild.exe -maxCpuCount %~dp1%BUILD_FILE% /t:dvl /p:Configuration="%~1" /P:platform=%2
332332
IF ERRORLEVEL 1 (
333333
set BUILD_FAILED=1

0 commit comments

Comments
 (0)