Code

t/: Always use testwrapper.sh for running tests.
[sysdb.git] / t / cibuild.sh
index 9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830..61f4a8b09b658e3b13c75dd17cc7249517a275d7 100755 (executable)
@@ -17,7 +17,7 @@ case "$CICFLAGS" in
                # skip regular tests
                ;;
        *)
-               make test TESTS_ENVIRONMENT="./testwrapper.sh"
+               make test
                ;;
 esac