sanity stabilization
[sdc.git] / sdc-os-chef / sdc-sanity / chef-repo / cookbooks / sdc-sanity / recipes / sanityTests_3_sanity_execution.rb
index 690559a..c4323c2 100644 (file)
@@ -6,7 +6,7 @@ cwd "#{tests_base}"
 code <<-EOH
    cd "#{tests_base}"
    jar_file=`ls test-apis*-jar-with-dependencies.jar`
-   nohup ./startTest.sh $jar_file #{ci_test_suite} &
+   ./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.out 2>&1
    echo "return code from startTest.sh = [$?]"
 EOH
 timeout 72000