From 0eb6a7af4810de92f48547bf94e8460574cbfaba Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Thu, 2 Nov 2017 13:44:22 +0200 Subject: change startTest log file extension Change-Id: I47b2b56dcfb496fd385bb7e9204b60352392ee17 Issue-Id: SDC-542 Signed-off-by: Yuli Shlosberg --- .../cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb index c4323c233f..53482a7dd7 100644 --- a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb +++ b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb @@ -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 -- cgit 1.2.3-korg