Skip to content

Commit

Permalink
[esTestConfig] fix esvm directory (#13190)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7d94bb1)
  • Loading branch information
spalger committed Jul 28, 2017
1 parent 3e74f40 commit 1e50dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils/es/es_test_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const esTestConfig = new class EsTestConfig {
throw new Error('getDirectoryForEsvm() requires uniqueSubDir');
}

return resolve(__dirname, '../esvm', uniqueSubDir);
return resolve(__dirname, '../../../esvm', uniqueSubDir);
}

getBranch() {
Expand Down

0 comments on commit 1e50dff

Please sign in to comment.