jjb/pipeline/voltha/master/bbsim-tests.groovy
---------------------------------------------
o Yuck, add missing paren from prinln() statement.
o Cryptic as having a stray semicolon suffixed on a line.
vars/installKind.groovy
-----------------------
o Cleanups to make npm-groovy-lint happy.
o Ran expand -t 8 to replace tabs (another lint nit).
o Remove exception clause, let the problem ooze outward.
Change-Id: I6da09b13fd0ffa735f70c92391298256a1db4748
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index a2f7605..b6b99f8 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -79,9 +79,9 @@
println("** ${iam}: ENTER")
try
{
- println("** ${iam} Running: installKind() { debug:true }"
- // installKind(name)
- println("** ${iam}: Ran to completion")
+ println("** ${iam} Running installKind(name): ENTER")
+ installKind(name)
+ println("** ${iam} Running installKind(name): LEAVE")
ans = True // iff
}
catch (Exception err)