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.
|
||||
syntax: glob
|
||||
target/
|
||||
test-output/
|
||||
.settings
|
||||
.classpath
|
||||
.project
|
||||
|
|
|
@ -92,7 +92,7 @@ public abstract class BaseComputeServiceLiveTest {
|
|||
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
|
||||
IOException {
|
||||
if (tag == null)
|
||||
tag = checkNotNull(service, "service") + "alex";
|
||||
tag = checkNotNull(service, "service");
|
||||
user = checkNotNull(System.getProperty("jclouds.test.user"), "jclouds.test.user");
|
||||
password = checkNotNull(System.getProperty("jclouds.test.key"), "jclouds.test.key");
|
||||
String secretKeyFile;
|
||||
|
|
Loading…
Reference in New Issue