safedb 디버깅
This commit is contained in:
+3
-1
@@ -217,6 +217,8 @@ tasks.test {
|
||||
|
||||
println "classpath : ${classpath}"
|
||||
|
||||
systemProperty "safedb", project.property("safedb")
|
||||
systemProperty "safedb", project.hasProperty("safedb")
|
||||
println "project.property : ${systemProperty("safedb", null)}"
|
||||
println "-------------------------------------------------------------------------------------"
|
||||
}
|
||||
}
|
||||
@@ -78,7 +78,7 @@ public class SafeDbWrapperTest {
|
||||
public void safeDBTest() {
|
||||
// safedb 프러퍼티가 활성화 일때만 동작
|
||||
if (!"true".equalsIgnoreCase(System.getProperty("safedb"))) {
|
||||
log.info("gradle : -Psafedb 일때만 동작");
|
||||
log.info("gradle : -Psafedb 일때만 동작 - {}", System.getProperty("safedb"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user