test.sh: update path to skip for ci
This commit is contained in:
parent
3cb098191c
commit
05fdca152d
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
SKIP="./target/debug/skip"
|
SKIP="./target/skip"
|
||||||
DIFF="diff -u --color"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
if test ! -x $SKIP ; then
|
if test ! -x $SKIP ; then
|
||||||
|
|
Loading…
Reference in a new issue