コード例 #1
0
            }, function (err) {
                if (err) {
                    cmdutil.fail(new VError('setup'));
                }

                scLog.debug('set up all commands');
                console.error('set up all commands');
            });
コード例 #2
0
ファイル: tst.oneach_exec.js プロジェクト: joyent/sdc-manta
	}, function (err) {
		if (err) {
			cmdutil.fail(err);
		}

		assertplus.equal(nexecuted, test_cases.length);
		console.error('done (%d executed)', nexecuted);
		done = true;
	});