Fix for micro-onos testing pipeline

Change-Id: I180b67e96193e4346c52e027e0639e762e2cd51d
diff --git a/TestON/JenkinsFile/MOJenkinsFile.groovy b/TestON/JenkinsFile/MOJenkinsFile.groovy
index 01600c0..4b4b05c 100644
--- a/TestON/JenkinsFile/MOJenkinsFile.groovy
+++ b/TestON/JenkinsFile/MOJenkinsFile.groovy
@@ -148,7 +148,7 @@
                         catchError{
                             run = test.toLowerCase() - "momake"
                             sh script: prepareRunningTest() +
-                                       runMicroOnosTest( test ), label: "Prepare and Run: make " + run
+                                       runMicroOnosTest( run ), label: "Prepare and Run: make " + run
                             didTestFail = false
                         }
                         catchError{