Skip to content

Commit 391416e

Browse files
committed
Added a to-do comment
1 parent c4a7861 commit 391416e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boa_tester/src/results.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ fn update_gh_pages_repo(path: &Path, verbose: u8) {
147147
);
148148
}
149149

150+
// TO-DO: only copy the last result, not the whole file.
151+
150152
fs::copy(from, to).expect("could not copy the main results file");
151153
}
152154
}

0 commit comments

Comments
 (0)