mirror of https://github.com/apache/jclouds.git
remove a local-only change. added test-output/ to .gitignore
This commit is contained in:
parent
4c29ef2e80
commit
b6fc347047
|
@ -1,6 +1,7 @@
|
||||||
# use glob syntax.
|
# use glob syntax.
|
||||||
syntax: glob
|
syntax: glob
|
||||||
target/
|
target/
|
||||||
|
test-output/
|
||||||
.settings
|
.settings
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
|
@ -92,7 +92,7 @@ public abstract class BaseComputeServiceLiveTest {
|
||||||
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
|
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
|
||||||
IOException {
|
IOException {
|
||||||
if (tag == null)
|
if (tag == null)
|
||||||
tag = checkNotNull(service, "service") + "alex";
|
tag = checkNotNull(service, "service");
|
||||||
user = checkNotNull(System.getProperty("jclouds.test.user"), "jclouds.test.user");
|
user = checkNotNull(System.getProperty("jclouds.test.user"), "jclouds.test.user");
|
||||||
password = checkNotNull(System.getProperty("jclouds.test.key"), "jclouds.test.key");
|
password = checkNotNull(System.getProperty("jclouds.test.key"), "jclouds.test.key");
|
||||||
String secretKeyFile;
|
String secretKeyFile;
|
||||||
|
|
Loading…
Reference in New Issue