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
Mike Gerwitz 2018-03-06 14:16:32 -05:00
parent 0d169ea9eb
commit afc1a2038a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) =>
{