diff --git a/bin/cpp_engine.rb b/bin/cpp_engine.rb index 4a7ba00..2fbfb13 100644 --- a/bin/cpp_engine.rb +++ b/bin/cpp_engine.rb @@ -64,7 +64,9 @@ $core.add_artefact_engine do |engine| a.parent_artefact :executable, match a.add_step do + print "\n\nPROGRAM OUTPUT FOR #{match}:\n" print `./#{@target.sub(/\.[^.\/]*\Z/, '')}` + print "\n\n" end end end \ No newline at end of file