blob: 70920f7833087fc664201d4fa9c561f52caf70d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
./test-sonar-base.sh
./test-directories.sh
./test-commits.sh
./test-branches.sh
./test-files.sh
./test-status.sh
./test-stash.sh
./test-colors.sh
./test-format-config.sh
|