2018-06-12 15:59:43 +00:00
|
|
|
#!/usr/bin/env bash
|
2021-09-12 12:35:27 +00:00
|
|
|
# Tags: no-fasttest
|
|
|
|
# Tag no-fasttest: Not sure why fail even in sequential mode. Disabled for now to make some progress.
|
2018-06-12 15:59:43 +00:00
|
|
|
|
|
|
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
2020-12-28 11:46:53 +00:00
|
|
|
# shellcheck source=../shell_config.sh
|
2020-08-01 00:51:12 +00:00
|
|
|
. "$CURDIR"/../shell_config.sh
|
2018-06-12 15:59:43 +00:00
|
|
|
|
|
|
|
# We should have correct env vars from shell_config.sh to run this test
|
|
|
|
|
2020-10-02 16:54:07 +00:00
|
|
|
python3 "$CURDIR"/00646_url_engine.python
|