Skip to content

Commit cdd1d34

Browse files
committed
via: No pop-ups in cube
Make sure cube does not generate a pop-up while running.
1 parent 7d5375a commit cdd1d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

via/via.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5507,7 +5507,7 @@ ErrorResults PrintTestResults(void) {
55075507
path += "/../examples/build";
55085508
#endif
55095509
full_cmd = cube_exe;
5510-
full_cmd += " --c 100";
5510+
full_cmd += " --c 100 --suppress_popups";
55115511

55125512
PrintBeginTable("Cube", 2);
55135513

0 commit comments

Comments
 (0)