Skip to content

Commit 10888b2

Browse files
committed
[Sublime] Verbose output for tests ran through the sublime build system
1 parent 5accb6d commit 10888b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hana.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
, "-e", "file = Pathname.new('${file}').relative_path_from(project)"
3030
, "-e", "target = file.sub_ext('').to_s.gsub('/', '.')"
3131
, "-e", "system('/usr/local/bin/cmake', '--build', '$project_path/build', '--target', target)"
32-
, "-e", "system('/usr/local/bin/ctest', '--output-on-failure', '-R', target)"
32+
, "-e", "system('/usr/local/bin/ctest', '-V', '--output-on-failure', '-R', target)"
3333
]
3434
}
3535
]

0 commit comments

Comments
 (0)