hurl/bin/test/test_integ.sh

12 lines
330 B
Bash
Raw Normal View History

2022-07-30 05:49:56 +03:00
#!/bin/sh
set -e
echo "----- integration tests -----"
export PATH="$PWD/target/debug:$PATH"
cd integration || exit
./integration.py
./test_curl_commands.sh "$(find ./tests_ok ./tests_failed -maxdepth 1 -type f -name '*.curl' ! -name '*windows*')"
./test_html_output.py tests_ok/*.html tests_failed/*.html
./ad_hoc.sh
./report.sh