File: control

package info (click to toggle)
cmdtest 0.32.14.gcdfe14e-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 524 kB
  • sloc: python: 1,369; sh: 226; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (2)
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