Skip to content
Snippets Groups Projects
Commit e5eb4568 authored by Arkadiusz Hiler's avatar Arkadiusz Hiler
Browse files

Revert "igt_command_line.sh: Abort if run as root"


This reverts commit 845c9fb4.

To unblock GitLab's CI while a proper solution is in the works.

Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 90f78ac7
No related branches found
No related tags found
No related merge requests found
......@@ -100,10 +100,6 @@ check_test ()
./$test --run-subtest invalid-subtest > /dev/null 2>&1 && fail $test
}
if [ "$EUID" -eq 0 ]; then
fail "Don't run $0 as root. It executes igt_fixture blocks."
fi
TESTLISTFILE="$tests_dir/test-list.txt"
if [ ! -r "$TESTLISTFILE" ]; then
tests_dir="tests"
......
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