We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ee0ed commit adfa51cCopy full SHA for adfa51c
test/externalTests/common.sh
@@ -236,7 +236,7 @@ function run_test
236
replace_version_pragmas
237
238
printLog "Running compile function..."
239
- $compile_fn
+ time $compile_fn
240
241
printLog "Running test function..."
242
$test_fn
@@ -329,7 +329,7 @@ function compile_and_run_test
329
local verify_fn="$3"
330
331
332
333
$verify_fn "$SOLCVERSION_SHORT" "$SOLCVERSION"
334
335
if [[ "$COMPILE_ONLY" == 1 ]]; then
0 commit comments