Add file for in-process tests
We can just run this file without disabling the other tests manually.
This commit is contained in:
14
tests/ongoing.sh
Executable file
14
tests/ongoing.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "$DIR"/.. || exit
|
||||
|
||||
source ./_reformat-common.bash
|
||||
|
||||
setUp() {
|
||||
cd "$DIR"/.. || exit
|
||||
}
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source shunit2
|
||||
Reference in New Issue
Block a user