Skip to content

Commit c33b1f2

Browse files
committed
Fix run_tests.bat [ci skip]
1 parent 0953729 commit c33b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

33
rem Compile using $DMD if it exists, otherwise use dmd
4-
if not "%DMD%" == "" set DMD=dmd
4+
if "%DMD%" == "" set DMD=dmd
55

66
echo DMD=%DMD%
77
%DMD% -ofrun_tests_bin run_tests.d && run_tests_bin %*

0 commit comments

Comments
 (0)