Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update path of mock tests for client build tool
  • Loading branch information
avanderhoorn committed Nov 12, 2013
1 parent 5e2a7f4 commit 42bf800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ManualBuild/ManualBuild/Program.cs
Expand Up @@ -12,7 +12,7 @@ class Program
static void Main(string[] args)
{
var assets = new Assets(args[0]);
var assetsTest = new Assets(args[0] + "\\FunctionalTests\\Mock");
var assetsTest = new Assets(args[0] + "\\test\\mock");

var coreContent = File.ReadAllText(assets.BuildPath("_build.js"));
coreContent = ProcessFile(coreContent, assets);
Expand Down

0 comments on commit 42bf800

Please sign in to comment.