Making the reports work

This commit is contained in:
retropikzel 2024-10-05 16:22:22 +03:00
parent c05ab77710
commit fcd7b62d01
3 changed files with 5 additions and 5 deletions

4
Jenkinsfile vendored
View File

@ -485,8 +485,8 @@ pipeline {
keepAll: true,
reportDir: 'reports',
reportFiles: '*.html,*.css',
reportName: 'R7RS-SRFI Test Report',
reportTitles: 'R7RS-SRFI Test Report'])
reportName: 'R7RS Conformance Test Report',
reportTitles: 'R7RS Conformance Test Report'])
}
}
}

View File

@ -1,4 +1,4 @@
Running different R7RS tests on different implementations
Running different R7RS conformance tests on different implementations
- [r7rs-tests-1](https://github.com/ashinn/chibi-scheme/blob/master/tests/r7rs-tests.scm)
- Chibi Schemes r7rs tests

View File

@ -10,8 +10,8 @@
keepAll: true,
reportDir: 'reports',
reportFiles: '*.html,*.css',
reportName: 'R7RS-SRFI Test Report',
reportTitles: 'R7RS-SRFI Test Report'])
reportName: 'R7RS Conformance Test Report',
reportTitles: 'R7RS Conformance Test Report'])
}
}
}