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

Commit d072a75

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
bash @ABS_BUILDDIR@/data/run-bats.sh @ABS_BUILDDIR@/tests/functional/
3+
sudo bash @ABS_BUILDDIR@/data/run-bats.sh @ABS_BUILDDIR@/tests/functional/
44
functional_tests_exit_code="$?"
55
exit "$functional_tests_exit_code"

0 commit comments

Comments
 (0)