change startTest log file extension 49/21849/1
authorYuli Shlosberg <ys9693@att.com>
Thu, 2 Nov 2017 11:44:22 +0000 (13:44 +0200)
committerYuli Shlosberg <ys9693@att.com>
Thu, 2 Nov 2017 11:44:51 +0000 (13:44 +0200)
Change-Id: I47b2b56dcfb496fd385bb7e9204b60352392ee17
Issue-Id: SDC-542
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
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