Skip to content

Commit

Permalink
Retrieving MAs from psconfig is working #76
Browse files Browse the repository at this point in the history
  • Loading branch information
apertome committed Feb 7, 2019
1 parent c7e565a commit e7decf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/admin/controllers/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ exports._process_imported_config = function ( importedConfig, sub, cb, disable_e
mainConfig.testspecs = [];
mainConfig.hostgroups = [];

var tests = mainConfig.tests;
var testspecs = mainConfig.testspecs;
var hostgroups = mainConfig.hostgroups;

//var out = importedConfig;
//out = JSON.stringify( out, null, "\t" );

Expand Down

0 comments on commit e7decf7

Please sign in to comment.