Skip to content
Snippets Groups Projects
Commit bdb59cf6 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

trigger

Former-commit-id: b7aba1ad6a4f115840ef221642ac18c5337bf1fb
parent dc14c9eb
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,9 @@ log_results()
run_test_prog_only()
{
set -x
ls -lt *out *error
TIMEOUT=$1
shift
......@@ -145,6 +148,7 @@ run_test_prog_only()
status=$?
echo $status >test_status
cat test_status
log_name=`echo "TEST_$TEST_PROG $cmd_args" | sed -e 's/ /_/g' -e 's/\//#/g'`
log_results $log_name test_out test_error test_status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment