From 6f2db0e34b5aeeba8d303b8bd82e947a2daa9303 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 13 Sep 2022 14:35:29 +1000 Subject: test: Move perf.js report file to $LOGDIR/web The tests generate a performance report in $BASEPATH/perf.js and hooks/pre-push copies it to the website. To avoid cluttering the working directory, instead put perf.js in $LOGDIR/web, since it's a test output artefact. Update hooks/pre-push to copy from its new location. Signed-off-by: David Gibson --- test/.gitignore | 1 - 1 file changed, 1 deletion(-) (limited to 'test/.gitignore') diff --git a/test/.gitignore b/test/.gitignore index 2e75cb5..e00b544 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,4 +1,3 @@ -perf.js test_logs/ mbuto/ *.img -- cgit v1.2.3