1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Test-Command: find . -name \*tests.py -exec cp '{}' $AUTOPKGTEST_TMP ';' && cd $AUTOPKGTEST_TMP && python3 -m unittest discover -p '*tests.py'
Features: test-name=unittests
Restrictions: allow-stderr
Test-Command: cmdtest echo-tests
Features: test-name=echo-tests
Restrictions: allow-stderr
Test-Command: sh -c 'cmdtest fail-tests; test "$?" -ne 0'
Features: test-name=fail-tests
Restrictions: allow-stderr
Test-Command: cmdtest sort-tests
Features: test-name=sort-tests
Restrictions: allow-stderr
Test-Command: cp -r shell-lib.* *.scenario yarn.tests $AUTOPKGTEST_TMP && cd $AUTOPKGTEST_TMP && rm -f yarn.tests/assuming-failure.* && sed -i -e 's@./run-yarn@yarn --no-default-config --quiet@' yarn.tests/* && cmdtest yarn.tests
Features: test-name=yarn-tests
Restrictions: allow-stderr
Test-Command: yarn --verbose debian/tests/yarn-smoke-test.md
Features: test-name=yarn-smoke-test
Restrictions: allow-stderr
|