systemd/debian/tests/unit-tests
Dan Streetman c7ecd05006 d/t: replace 'root-unittests' shell script with simple call to upstream script
The upstream test runner script is much better, as it only prints failing test
output, and gives a summary of the test results at the end.
2021-05-19 13:09:33 +02:00

7 lines
116 B
Bash
Executable File

#!/bin/sh
# run upstream unit tests
set -e
export ARTIFACT_DIRECTORY=$AUTOPKGTEST_ARTIFACTS
test/run-unit-tests.py