| commit | 22a2b9c49f08c5df005d2adf33ee89c48ac6e553 | [log] [tgz] |
|---|---|---|
| author | makise-homura <akemi_homura@kurisa.ch> | Mon Jun 27 23:27:12 2022 +0300 |
| committer | Brad King <brad.king@kitware.com> | Tue Jun 28 11:12:41 2022 -0400 |
| tree | 6fa288ab3416fd83ecf193fc5665bff3c3beed5e | |
| parent | b05d297964b4352b81f7ed4aab247609b6a4b0b7 [diff] |
Tests: Fix Java tests on multi-config generators Java.NativeHeaders test was not passing on t:fedora36-ninja-multi pipeline. This is due to paths being not set because of $<CONFIG> being used at --test-command, but not being used at the actual CTest invocation. Now the correct variable is used there.