Browse Source

Also print test id and version on stderr

On session init, both new and reload.
Alois Mahdal 6 years ago
parent
commit
de884505fb
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/jat.sh.skel

+ 6
- 0
src/jat.sh.skel View File

1132
     # Show message about session initialization to stderr
1132
     # Show message about session initialization to stderr
1133
     #
1133
     #
1134
     __jat__show \
1134
     __jat__show \
1135
+        "$__JAT__SWORD_TEST.$__JAT__SWORD_TINFO: id: $JAT__TEST_ID" \
1136
+        "$__JAT__SWORD_TEST.$__JAT__SWORD_TINFO: version: $JAT__TEST_VERSION" \
1137
+        "" \
1135
         "$__JAT__SWORD_SESSION.$__JAT__SWORD_START" \
1138
         "$__JAT__SWORD_SESSION.$__JAT__SWORD_START" \
1136
         ""
1139
         ""
1137
 }
1140
 }
1141
     # Show message about session reload to stderr
1144
     # Show message about session reload to stderr
1142
     #
1145
     #
1143
     __jat__show \
1146
     __jat__show \
1147
+        "$__JAT__SWORD_TEST.$__JAT__SWORD_TINFO: id: $JAT__TEST_ID" \
1148
+        "$__JAT__SWORD_TEST.$__JAT__SWORD_TINFO: version: $JAT__TEST_VERSION" \
1149
+        "" \
1144
         "$__JAT__SWORD_SESSION.$__JAT__SWORD_RELOAD" \
1150
         "$__JAT__SWORD_SESSION.$__JAT__SWORD_RELOAD" \
1145
         ""
1151
         ""
1146
 }
1152
 }