diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh
index 58008cd0..dfe77f96 100755
--- a/py-scripts/regression_test.sh
+++ b/py-scripts/regression_test.sh
@@ -546,16 +546,12 @@ function test() {
else
echo "No errors detected"
fi
- results+=("
- | ${CURR_TEST_NAME} |
- $TDTEXT |
- ${execution} |
- STDOUT |
- ${STDERR} |
-
-
- | ${testcommand} |
-
")
+ results+=("| ${CURR_TEST_NAME} |
+ ${testcommand} |
+ $TDTEXT |
+ ${execution} |
+ STDOUT |
+ ${STDERR} |
")
}
function start_tests() {
@@ -632,6 +628,7 @@ td.testname {
| Command Name |
+ Command |
Status |
Execution time |
STDOUT |