test/script/basic/run-octane.js

Print this page

        

@@ -50,11 +50,11 @@
 ];
 
 var dir = (typeof(__DIR__) == 'undefined') ? "test/script/basic/" : __DIR__;
 
 // TODO: why is this path hard coded when it's defined in project properties?
-var path = dir + "../external/octane/benchmarks/";
+var path = dir + "../external/octane/";
 
 var runtime = "";
 var verbose = false;
 
 var numberOfIterations = 5;