Skip to content

Commit

Permalink
Fix reindex from remote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Jan 4, 2018
1 parent b92fdf3 commit fab460e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/reindex-from-old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if (project.runtimeJavaVersion >= JavaVersion.VERSION_1_9 || Os.isFamily(Os.FAMI
dependsOn unzip
executable = new File(project.runtimeJavaHome, 'bin/java')
env 'CLASSPATH', "${ -> project.configurations.oldesFixture.asPath }"
env 'JAVA_HOME', project.runtimeJavaHome
args 'oldes.OldElasticsearch',
baseDir,
unzip.temporaryDir,
Expand Down

0 comments on commit fab460e

Please sign in to comment.