Adjust imag-*/tests/utils.sh to new target
directory
This commit is contained in:
parent
e430906e51
commit
4cdbfb62da
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
||||||
|
|
||||||
imag-link() {
|
imag-link() {
|
||||||
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-link $*
|
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../../target/debug/" imag-link $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
|
||||||
|
|
||||||
imag-store() {
|
imag-store() {
|
||||||
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-store $*
|
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../../target/debug/" imag-store $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue