Skip to content

Commit cf97f7e

Browse files
committed
refactor: Adding time to the tests
1 parent cad2666 commit cf97f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/script_builder/Common/scriptbuilder.common.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function TBuilder.GetFunctionTestBash(const AEntry: TEntry): String;
307307
],
308308
[rfReplaceAll]
309309
);
310-
tmpStr:= Format(' %s > %s/%s.output', [
310+
tmpStr:= Format(' time %s > %s/%s.output', [
311311
tmpStr,
312312
'${RESULTS}',
313313
AEntry.EntryBinary

0 commit comments

Comments
 (0)