Update beacon-control.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Wed, 31 Jul 2019 23:18:20 +0000 (16:18 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Wed, 31 Jul 2019 23:18:20 +0000 (16:18 -0700)
Adjusted to explore more execution paths.

official/beacon-control.groovy

index 61b6434be9f296ed50f595d13aaae68ce8dde5cf..06fbd92d4830f0f1175ccfb309db1449ab35f62e 100755 (executable)
@@ -254,7 +254,8 @@ private hideOptionsSection() {
 }
 
 private getAllOk() {
 }
 
 private getAllOk() {
-       modeOk && daysOk && timeOk
+       //modeOk && daysOk && timeOk
+       return true
 }
 
 private getModeOk() {
 }
 
 private getModeOk() {