Compare commits
1 Commits
master
...
better_e2e
Author | SHA1 | Date | |
---|---|---|---|
|
3f26a9be5c |
@ -25,7 +25,7 @@ if [ "$#" -eq 0 ]; then
|
|||||||
# NOTE: If you want to run all tests under specific folder/section just
|
# NOTE: If you want to run all tests under specific folder/section just
|
||||||
# replace the dot (root directory below) with the folder name, e.g.
|
# replace the dot (root directory below) with the folder name, e.g.
|
||||||
# `--workloads-root-directory replication`.
|
# `--workloads-root-directory replication`.
|
||||||
python3 runner.py --workloads-root-directory "$SCRIPT_DIR/../../build"
|
python3 runner.py --workloads-root-directory "$SCRIPT_DIR/../../build/tests/e2e"
|
||||||
elif [ "$#" -eq 1 ]; then
|
elif [ "$#" -eq 1 ]; then
|
||||||
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
||||||
print_help
|
print_help
|
||||||
@ -34,7 +34,7 @@ elif [ "$#" -eq 1 ]; then
|
|||||||
# NOTE: --workload-name comes from each individual folder/section
|
# NOTE: --workload-name comes from each individual folder/section
|
||||||
# workloads.yaml file. E.g. `streams/workloads.yaml` has a list of
|
# workloads.yaml file. E.g. `streams/workloads.yaml` has a list of
|
||||||
# `workloads:` and each workload has it's `-name`.
|
# `workloads:` and each workload has it's `-name`.
|
||||||
python3 runner.py --workloads-root-directory "$SCRIPT_DIR/../../build" --workload-name "$1"
|
python3 runner.py --workloads-root-directory "$SCRIPT_DIR/../../build/tests/e2e" --workload-name "$1"
|
||||||
else
|
else
|
||||||
print_help
|
print_help
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user