Skip to content
Snippets Groups Projects
Commit 1e624f4d authored by Jan Trávníček's avatar Jan Trávníček
Browse files

log more information from failed tests

parent 8016873e
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ function runTest2 { ...@@ -95,7 +95,7 @@ function runTest2 {
RET2=$? RET2=$?
   
if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail
log "$2" $RET "$3" "$4" "$OUT" log "$2" $RET "$3" "$4" "$OUT1:$OUT2:$OUT"
fi fi
   
rm $3 rm $3
......
...@@ -81,7 +81,7 @@ function runTest2 { ...@@ -81,7 +81,7 @@ function runTest2 {
RET2=$? RET2=$?
   
if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail if [ $RET != 0 ] || [ $RET2 != 0 ]; then # fail
log "$2" $RET "$3" "$4" "$OUT" log "$2" $RET "$3" "$4" "$OUT1:$OUT2:$OUT"
fi fi
   
rm $3 rm $3
......
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