Index: /CKTester/_dev/gen-profile.js
===================================================================
--- /CKTester/_dev/gen-profile.js	(revision 4126)
+++ /CKTester/_dev/gen-profile.js	(revision 4127)
@@ -59,8 +59,7 @@
 			function( match, g1 ){ tags = g1.split( ',' ); } );
 
-		// Figure out the relative path to CKTester runner.
+		// Normalize the path separator.
 		var deliminator =  File.separator,
-			relativePath = String( file.getPath() ).replace( /\.\w+$/, '' ).split( deliminator );
-		relativePath.shift();
+			relativePath = String( filePath ).replace( /\.\w+$/, '' ).split( deliminator );
 		relativePath = relativePath.join( '/' );
 
