Sfoglia il codice sorgente

Sort ordering of tests

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 20 anni fa
parent
commit
27e4010f74
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

@@ -567,7 +567,7 @@ sub TestsFrom
 
   closedir( DIR );
 
-  return @tests;
+  return sort @tests;
 }
 
 # All the new object oriented stuff below