aboutsummaryrefslogtreecommitdiff
path: root/autotools/root-test-driver
diff options
context:
space:
mode:
Diffstat (limited to 'autotools/root-test-driver')
-rwxr-xr-xautotools/root-test-driver3
1 files changed, 3 insertions, 0 deletions
diff --git a/autotools/root-test-driver b/autotools/root-test-driver
new file mode 100755
index 00000000..66bf7ebb
--- /dev/null
+++ b/autotools/root-test-driver
@@ -0,0 +1,3 @@
+#!/bin/sh
+# -E to keep the environment variables needed to run the tests.
+exec sudo -E "$@"