mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
CommandLineTest: Produce less verbose output
In one test, `--get-pref` is passed on the commandline to prevent starting the full GUI. When ran without arguments, `--get-pref` causes *all* preferences to be printed. Using `--version` achieves the same (no GUI is started) with just a single line of output.
This commit is contained in:
parent
514c4bae57
commit
2c679f2cf4
@ -111,7 +111,7 @@ public class CommandLineTest {
|
|||||||
runArduino(true, true, null, new String[] {
|
runArduino(true, true, null, new String[] {
|
||||||
"--save-prefs",
|
"--save-prefs",
|
||||||
"--preferences-file", prefFile.getAbsolutePath(),
|
"--preferences-file", prefFile.getAbsolutePath(),
|
||||||
"--get-pref", // avoids starting the GUI
|
"--version", // avoids starting the GUI
|
||||||
});
|
});
|
||||||
|
|
||||||
runArduino(true, true, null, new String[] {
|
runArduino(true, true, null, new String[] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user