From 9a724815823e034e384f7a0d2de946ef6e090487 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 May 2021 21:24:16 +0300 Subject: move scripts from bin/ to vk/ This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts. --- .ci/bin/track_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/bin/track_status.sh') diff --git a/.ci/bin/track_status.sh b/.ci/bin/track_status.sh index 1a7a7dc..9118144 100755 --- a/.ci/bin/track_status.sh +++ b/.ci/bin/track_status.sh @@ -30,7 +30,7 @@ test_users() { rm_aux_files="$( printf -- 'rm -f -- %q %q' "$log_path" "$db_path" )" trap "$rm_aux_files" RETURN - "$script_dir/../lib/test.sh" bin.track_status "$@" --log "$log_path" --format csv --output "$db_path" & + "$script_dir/../lib/test.sh" vk.tracking.track_status "$@" --log "$log_path" --format csv --output "$db_path" & local pid="$!" sleep 3 -- cgit v1.2.3