progtest: Suppress terminating classifications during const run
Terminating classifications will occur any time there is actual data validation, since we're passing no data at all. * progtest/src/env.js (common): Pass argument to program#rater to suppress terminating classifications.master v2.11.2
parent
0d169ea9eb
commit
afc1a2038a
|
@ -69,7 +69,7 @@ module.exports = {
|
|||
|
||||
// XXX: work around issue with consts not being initialized ahead of
|
||||
// time (initialized during actual rating...!)
|
||||
program.rater( {} );
|
||||
program.rater( {}, false );
|
||||
|
||||
return yaml => new Promise( ( resolve, reject ) =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue