mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Fixed bacillus CI script
This commit is contained in:
parent
83cd38c651
commit
9ba07719cd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if [ -f ~/.xs_id ]; then
|
||||||
mv ~/.xs_id ~/.xs_id.bak
|
mv ~/.xs_id ~/.xs_id.bak
|
||||||
fi
|
fi
|
||||||
echo "Setting dummy authtoken in ~/.xs_id ..."
|
echo "Setting dummy authtoken in ~/.xs_id ..."
|
||||||
echo "localhost:asdfasdfasdf" >~/.xs_id
|
echo "localhost:${USER}:asdfasdfasdf" >~/.xs_id
|
||||||
echo "Performing remote command on @localhost via authtoken login ..."
|
echo "Performing remote command on @localhost via authtoken login ..."
|
||||||
tokentest=$(timeout 10 xs -x "echo -n FOO" @localhost)
|
tokentest=$(timeout 10 xs -x "echo -n FOO" @localhost)
|
||||||
if [ "${tokentest}" != "FOO" ]; then
|
if [ "${tokentest}" != "FOO" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue