c3f4c7f54c
- move installCheck to passthru.tests - migrate to by-name
8 lines
213 B
Text
8 lines
213 B
Text
fn expect {|key expected|
|
|
var actual = $buildinfo[$key]
|
|
if (not-eq $actual $expected) {
|
|
fail '$buildinfo['$key']: expected '(to-string $expected)', got '(to-string $actual)
|
|
}
|
|
}
|
|
|
|
expect version @version@
|