Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 129bbb5

Browse files
dmiusDmitry
authored andcommitted
Result messages fixed
1 parent 9d2111b commit 129bbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nancy_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ if ([ ! -z ${TARGET_DDL_UNDO+x} ] && [ "$TARGET_DDL_UNDO" != "" ]); then
742742
fi
743743

744744
echo -e "Run done!"
745-
echo -e "Result report: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json"
746-
echo -e "Result log: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.log.gz"
745+
echo -e "Report: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json"
746+
echo -e "Query log: $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.log.gz"
747747
echo -e "-------------------------------------------"
748748
echo -e "Summary:"
749749
echo -e " Queries number:\t\t" $(cat $ARTIFACTS_DESTINATION/$ARTIFACTS_FILENAME.json | jq '.overall_stat.queries_number')

0 commit comments

Comments
 (0)