Skip to content

Commit

Permalink
CI work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Jan 31, 2024
1 parent c6f2bd5 commit db67d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ auto run_executable(const filepath& path) -> bool {
const i32 result = utility::shell::execute(command);

if(result) {
utility::console::printerr("{:<40} ERROR (run - {})\n", get_pretty_path(path).to_string(), result);
utility::console::printerr("{:<40} ERROR (run - {})\n", path.to_string(), result);

const std::string stdout_str = read_or_throw(APP_STDOUT);
const std::string stderr_str = read_or_throw(APP_STDERR);
Expand Down

0 comments on commit db67d10

Please sign in to comment.