Commit 43e54e54 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tests: commit fixes

parent 48082b5d
...@@ -41,6 +41,8 @@ if [ "$1" == "--hasher" ] ; then ...@@ -41,6 +41,8 @@ if [ "$1" == "--hasher" ] ; then
HDIR=$(loginhsh -q -t -d -p epm $B) HDIR=$(loginhsh -q -t -d -p epm $B)
cp -afv ../* $HDIR/chroot/.in cp -afv ../* $HDIR/chroot/.in
loginhsh -t -p epm $B -o -r "bash -x /.in/tests/test_play.sh $ipfs --local $APP" || exit loginhsh -t -p epm $B -o -r "bash -x /.in/tests/test_play.sh $ipfs --local $APP" || exit
loginhsh -t -p epm $B -o
loginhsh -Y -t -p epm $B
loginhsh -c -t -p epm $B loginhsh -c -t -p epm $B
exit exit
fi fi
...@@ -82,9 +84,9 @@ if [ -n "$APP" ] ; then ...@@ -82,9 +84,9 @@ if [ -n "$APP" ] ; then
echo echo
echo "Installing $app ... " echo "Installing $app ... "
$EPM --auto play --verbose $ipfs $app </dev/null || exit $EPM --auto play --verbose $ipfs $app </dev/null || exit
bash #bash
echo " Removing $app ... " #echo " Removing $app ... "
$EPM --auto play $ipfs --remove $app </dev/null #$EPM --auto play $ipfs --remove $app </dev/null
exit exit
fi fi
......
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