update message to cargo
This commit is contained in:
parent
9c51c9c719
commit
f949fc5474
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -6,7 +6,7 @@ SKIP="./target/debug/skip"
|
||||||
DIFF="diff -u --color"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
if test ! -x $SKIP ; then
|
if test ! -x $SKIP ; then
|
||||||
echo "File missing: $SKIP - try 'zig build'"
|
echo "File missing: $SKIP - try 'cargo build'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue