Fixed bacillus CI script

This commit is contained in:
Russ Magee 2021-01-31 22:53:01 -08:00
parent 83cd38c651
commit 9ba07719cd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if [ -f ~/.xs_id ]; then
mv ~/.xs_id ~/.xs_id.bak
fi
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 ..."
tokentest=$(timeout 10 xs -x "echo -n FOO" @localhost)
if [ "${tokentest}" != "FOO" ]; then