diff php/pseudo.php @ 2226:43ab418ba4b8

Separation of tests and media into specific subdirs. The tests directory is scanned and will be used by the php/python for pseudo-random tests.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 14 Apr 2016 15:58:52 +0100
parents 760719986df3
children 17d8ac94b284
line wrap: on
line diff
--- a/php/pseudo.php	Thu Apr 14 13:54:24 2016 +0100
+++ b/php/pseudo.php	Thu Apr 14 15:58:52 2016 +0100
@@ -8,7 +8,7 @@
         $numsaves = count( $files );
     }
 
-    $files = glob('pseudo/' . '*.xml');
+    $files = glob('tests/' . '*.xml');
     $numtests = 0;
     if ( $numtests !== false )
     {