diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 17:24:35 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 17:25:54 +0100 |
commit | 7e4f1beb007916840bc8639acdcc2752539b230b (patch) | |
tree | b942cc13475f22778aa9178309184c95b7d21844 /test/host/test.sh | |
parent | check_api.sh: refactoring (diff) | |
download | wg-api-web-7e4f1beb007916840bc8639acdcc2752539b230b.tar.gz wg-api-web-7e4f1beb007916840bc8639acdcc2752539b230b.zip |
test: add check_web.sh
Diffstat (limited to '')
-rwxr-xr-x | test/host/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/host/test.sh b/test/host/test.sh index 25d5a87..0e497bc 100755 --- a/test/host/test.sh +++ b/test/host/test.sh @@ -142,6 +142,7 @@ main() { add_devices build_services "$script_dir/../check_api.sh" + "$script_dir/../check_web.sh" } main "$@" |