]> git.proxmox.com Git - qemu-server.git/commit
tests: fix invoking migration tests with make
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 22 May 2023 12:37:08 +0000 (14:37 +0200)
committerFiona Ebner <f.ebner@proxmox.com>
Mon, 22 May 2023 13:51:58 +0000 (15:51 +0200)
commita7547a7c9f8c78c0b8916b084bfc5c922d04afdc
tree863d6508396df3dbbcb721531ef600392e4a8035
parent076fee16ff4829e456808f2d4c6ca7ea87792ce1
tests: fix invoking migration tests with make

Even if between single quotes, the dollar sign needs to be escaped
here. Otherwise, there will be an error
> Search pattern not terminated at -e line 1.
and no migration tests would be run. The error did not lead to
aborting though, making it harder to notice.

Fixes: aac89f6c ("tests: avoid calling test script to get target names")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
test/Makefile