Drop cleanup from test execution script
[infra/cicd.git] / jjb / cloud-infra / scenario-yardstick.sh
index d74f47a0edd457516d5b8a815ee71b86ee9a5550..ae032f6ffe67824f7d0307a3936b523034b32aa6 100644 (file)
@@ -30,6 +30,6 @@ set -o pipefail
 
 # execute cloud engine test.sh script with arguments
 cd $WORKSPACE
-./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
+./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER
 
 # vim: set ts=2 sw=2 expandtab: