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

Commit cce0796

Browse files
committed
execute test with priviledged user
Signed-off-by: Crazykev <[email protected]>
1 parent bc961fd commit cce0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/.ci/fake_cc_root/tests/functional/common.bash.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function run_cmd(){
216216

217217
if [ "$timeout_cmd" -eq "$timeout_cmd" ] 2> /dev/null
218218
then
219-
cmd="timeout $timeout_cmd $cmd"
219+
cmd="sudo timeout $timeout_cmd $cmd"
220220
fi
221221
log_msg "Running: $cmd"
222222
eval "$cmd" 2>&1

0 commit comments

Comments
 (0)