Merge "Human Interfaces for Read the Docs" into release-1.1.0
authorMichael Lando <ml636r@att.com>
Thu, 2 Nov 2017 14:43:38 +0000 (14:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 2 Nov 2017 14:43:38 +0000 (14:43 +0000)
sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb

index c4323c2..53482a7 100644 (file)
@@ -6,7 +6,7 @@ cwd "#{tests_base}"
 code <<-EOH
    cd "#{tests_base}"
    jar_file=`ls test-apis*-jar-with-dependencies.jar`
-   ./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.out 2>&1
+   ./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.log 2>&1
    echo "return code from startTest.sh = [$?]"
 EOH
 timeout 72000