File: dev-notes

package info (click to toggle)
shellia 5.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: sh: 7,840; makefile: 34
file content (18 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test all:
shellia/src$ ./run_tests

Preparation if ssh is needed:
shellia/src$ ./sshd2222 start

Test single test with all shells:
shellia/src$ ./run_tests -t tests/test.ia_ssh

Test single test with selected shell
shellia/src$ ./tests/test.ia_ssh -s dash

Fix test
shellia/src$ vi tests/test.ia_ssh
# probably read file: r4s

Common errors:
check if the problem is related to "set -e" in tests/example*