Fixing test script so it works properly?
このコミットが含まれているのは:
コミット
8204fab918
@ -8,9 +8,6 @@ if [ ! -r $BASEDIR/include/static ] || [ ! -r $BASEDIR/include/functions ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. $BASEDIR/include/static
|
|
||||||
. $BASEDIR/include/functions
|
|
||||||
|
|
||||||
if [ -r $BASEDIR/options ]; then
|
if [ -r $BASEDIR/options ]; then
|
||||||
. $BASEDIR/options
|
. $BASEDIR/options
|
||||||
else
|
else
|
||||||
@ -18,6 +15,11 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
. $BASEDIR/include/static
|
||||||
|
. $BASEDIR/include/functions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする