diff options
author | Markus Armbruster | 2013-09-24 09:43:39 +0200 |
---|---|---|
committer | Michael Tokarev | 2013-10-02 20:55:27 +0200 |
commit | d8039e58b1ecfdc9af171502c83e3949f6dafb95 (patch) | |
tree | 33b5f25d3e17f6408f6c1503a581e122a4f6fcaa /tests/.gitignore | |
parent | tests: Update .gitignore for test-int128 and test-bitops (diff) | |
download | qemu-d8039e58b1ecfdc9af171502c83e3949f6dafb95.tar.gz qemu-d8039e58b1ecfdc9af171502c83e3949f6dafb95.tar.xz qemu-d8039e58b1ecfdc9af171502c83e3949f6dafb95.zip |
tests: Fix schema parser test for in-tree build
Commit 4f193e3 added the test, but screwed up in-tree builds
(SRCDIR=.): the tests's output overwrites the expected output, and is
thus compared to itself.
Cc: qemu-stable@nongnu.org
Reported-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index f94ce040d5..425757cfe1 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -23,3 +23,4 @@ test-thread-pool test-x86-cpuid test-xbzrle *-test +qapi-schema/*.test.* |