From e4ebd4a6fcac2c0a0bd88e35100291d476cdbf0d Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 10 Apr 2017 13:48:54 +0200 Subject: [PATCH] Fixed CommandLineTest for windows --- app/test/processing/app/CommandLineTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/processing/app/CommandLineTest.java b/app/test/processing/app/CommandLineTest.java index cf07f6db0..a2532ff81 100644 --- a/app/test/processing/app/CommandLineTest.java +++ b/app/test/processing/app/CommandLineTest.java @@ -59,7 +59,7 @@ public class CommandLineTest { arduinoPath = new File(buildPath, "build/linux/work/arduino"); } if (OSUtils.isWindows()) { - arduinoPath = new File(buildPath, "build/windows/work/arduino"); + arduinoPath = new File(buildPath, "build/windows/work/arduino.exe"); } if (OSUtils.isMacOS()) { arduinoPath = new File(buildPath,