mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Maybe this is how you increment an integer?
This commit is contained in:
parent
921ed6e8b3
commit
bc5aa5412f
@ -21,7 +21,7 @@ do
|
|||||||
fi
|
fi
|
||||||
echo "Waiting (total ${attempts}s) for server to start..."
|
echo "Waiting (total ${attempts}s) for server to start..."
|
||||||
sleep 1
|
sleep 1
|
||||||
((attempts++))
|
attempts=$((attempts+1))
|
||||||
done
|
done
|
||||||
|
|
||||||
go test "$@"
|
go test "$@"
|
Loading…
x
Reference in New Issue
Block a user