Commit 4d0cd894 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! X neotest: Don't assume we are invoked from the directory where neotest is

parent 3918a997
......@@ -372,7 +372,7 @@ wczblk1_gen_data() {
prod1_gen_data() {
url=$1
size=$2
./zgenprod1.py $url $size
zgenprod1.py $url $size
}
......@@ -1208,7 +1208,7 @@ cpustat)
;;
esac
# make sure zhash* and tsha1* are on PATH (because we could be invoked from another dir)
# make sure zhash*, tsha1* and zgenprod are on PATH (because we could be invoked from another dir)
X=$(cd `dirname $0` && pwd)
export PATH=$X:$PATH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment