OK.  I understand now.  (I'm a little slow.)  The output is just some text so you could use a brute force approach to make the translation into another variable:
data = BlockRandom[SeedRandom[1]; 
   RandomVariate[NormalDistribution[], 100]];
ks = KolmogorovSmirnovTest[data, NormalDistribution[0, 1.5], "ShortTestConclusion", SignificanceLevel -> .1]
result = If[ks == "Reject", "Ano", "Ne"]