Making the reports work
This commit is contained in:
parent
c05ab77710
commit
fcd7b62d01
|
@ -485,8 +485,8 @@ pipeline {
|
||||||
keepAll: true,
|
keepAll: true,
|
||||||
reportDir: 'reports',
|
reportDir: 'reports',
|
||||||
reportFiles: '*.html,*.css',
|
reportFiles: '*.html,*.css',
|
||||||
reportName: 'R7RS-SRFI Test Report',
|
reportName: 'R7RS Conformance Test Report',
|
||||||
reportTitles: 'R7RS-SRFI Test Report'])
|
reportTitles: 'R7RS Conformance Test Report'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
- [r7rs-tests-1](https://github.com/ashinn/chibi-scheme/blob/master/tests/r7rs-tests.scm)
|
||||||
- Chibi Schemes r7rs tests
|
- Chibi Schemes r7rs tests
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
keepAll: true,
|
keepAll: true,
|
||||||
reportDir: 'reports',
|
reportDir: 'reports',
|
||||||
reportFiles: '*.html,*.css',
|
reportFiles: '*.html,*.css',
|
||||||
reportName: 'R7RS-SRFI Test Report',
|
reportName: 'R7RS Conformance Test Report',
|
||||||
reportTitles: 'R7RS-SRFI Test Report'])
|
reportTitles: 'R7RS Conformance Test Report'])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue