Commit 6183c21d authored by Vitaly Lipatov's avatar Vitaly Lipatov

tests/test_play.sh: fix command line with DISPLAY

parent e08854a4
......@@ -39,14 +39,18 @@ if [ "$1" == "--hasher" ] ; then
exit
fi
loginhsh -i -t -p epm $B -r true curl iputils eepm-repack apt-repo $kubo
loginhsh -t -p epm $B -o
loginhsh -Y -i -t -p epm $B -r true curl iputils eepm-repack apt-repo $kubo
loginhsh -Y -t -p epm $B -o
HDIR=$(loginhsh -q -t -d -p epm $B)
cp -afv ../* $HDIR/chroot/.in
loginhsh -t -p epm $B -o -r "bash -x /.in/tests/test_play.sh $ipfs --local $APP" || exit
# install
loginhsh -Y -t -p epm $B -o -r "bash -x /.in/tests/test_play.sh $ipfs --local $APP" || exit
# login under root
loginhsh -t -p epm $B -o
loginhsh -Y -t -p epm $B
# login under user
loginhsh -Y -t -s -p epm $B
# clean
loginhsh -c -t -p epm $B
exit
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