Remove libsmack tests
[platform/core/test/security-tests.git] / src / security-tests-all.sh
index 9ab5b5c..3e5f249 100644 (file)
@@ -28,7 +28,7 @@ function runTest
 {
     # 'text' - console output
     # 'summary' - used for summary view
-    security-tests.sh "$1" --output=text --output=summary "$ign"
+    security-tests.sh "$1" --output=text --output=summary $ign
     addSummary
 }
 
@@ -52,11 +52,11 @@ function printSummary
     printf "\n"
 }
 
-runTest smack
 runTest security-manager
 runTest cynara
 runTest ckm
 runTest yaca
+runTest nether
 
 printSummary