Skip to content

Commit 50a60f0

Browse files
committed
cat the entire config.log
Signed-off-by: Daniel Paoliello <[email protected]>
1 parent 5c5a9f7 commit 50a60f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jemalloc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ fn make_command(make_cmd: &str, build_dir: &Path, num_jobs: &str) -> Command {
379379

380380
fn run_and_log(cmd: &mut Command, log_file: &Path) {
381381
execute(cmd, || {
382-
run(Command::new("tail").arg("-n").arg("100").arg(log_file));
382+
run(Command::new("cat").arg(log_file));
383383
})
384384
}
385385

0 commit comments

Comments
 (0)