ci: Remove unnecessary env vars
This commit is contained in:
parent
745d662920
commit
a9865adb5f
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@ fi
|
||||||
cnt=0
|
cnt=0
|
||||||
while [ "$cnt" -lt 2 ]
|
while [ "$cnt" -lt 2 ]
|
||||||
do
|
do
|
||||||
echo "Simpletest run $cnt"
|
echo "Simpletest run $((cnt+1))"
|
||||||
if ! sudo LIBSEAT_BACKEND=builtin LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file
|
if ! sudo LIBSEAT_BACKEND=builtin ./build/simpletest $file
|
||||||
then
|
then
|
||||||
echo "Simpletest failed"
|
echo "Simpletest failed"
|
||||||
exit $res
|
exit $res
|
||||||
|
|
|
@ -40,8 +40,8 @@ fi
|
||||||
cnt=0
|
cnt=0
|
||||||
while [ "$cnt" -lt 2 ]
|
while [ "$cnt" -lt 2 ]
|
||||||
do
|
do
|
||||||
echo "Simpletest run $cnt"
|
echo "Simpletest run $((cnt+1))"
|
||||||
if ! LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file
|
if ! SEATD_SOCK=./seatd.sock ./build/simpletest $file
|
||||||
then
|
then
|
||||||
echo "Simpletest failed"
|
echo "Simpletest failed"
|
||||||
sudo killall seatd
|
sudo killall seatd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue