Skip to content

Commit

Permalink
configurator tests: BAD made them not portable
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Boutillier <pierre.boutillier@laposte.net>
  • Loading branch information
pirbo committed Sep 19, 2024
1 parent bd825f5 commit c3da4c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ These tests show that setting `PKG_CONFIG_ARGN` passes extra args to `pkg-config
-> process exited with code 0
-> stdout:
| dummy-pkg
run: $TESTCASE_ROOT/_build/default/.bin/pkgconf --cflags dummy-pkg
run: $TESTCASE_ROOT/_build/default/.bin/pkgconf --personality=x86_64-pc-linux-gnu --cflags dummy-pkg
-> process exited with code 0
-> stdout:
| --personality=x86_64-pc-linux-gnu
| --cflags
| dummy-pkg
run: $TESTCASE_ROOT/_build/default/.bin/pkgconf --libs dummy-pkg
run: $TESTCASE_ROOT/_build/default/.bin/pkgconf --personality=x86_64-pc-linux-gnu --libs dummy-pkg
-> process exited with code 0
-> stdout:
| --personality=x86_64-pc-linux-gnu
| --libs
| dummy-pkg

Expand Down

0 comments on commit c3da4c3

Please sign in to comment.