Skip to content
Snippets Groups Projects
Commit e5e68ccd authored by Leonardo Sandoval's avatar Leonardo Sandoval
Browse files

fix time -o | -a arguments


Signed-off-by: default avatarLeonardo Sandoval <leonardo.sandoval@linaro.org>
parent c8c5b7e9
No related branches found
No related tags found
No related merge requests found
Pipeline #21872 passed with stage
in 1 minute and 19 seconds
......@@ -8,7 +8,7 @@ test:
- |
profile() {
local cmd="$@"
echo -e "\n$cmd" >> "$PROFILE_FILE"; /usr/bin/time -a "$PROFILE_FILE" $cmd
echo -e "\n$cmd" >> "$PROFILE_FILE"; /usr/bin/time -o "$PROFILE_FILE" -a $cmd
}
- profile sleep 2
- profile find / > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment