Revert "tests/utils/utils.sh: quote command name when running it"
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 8 Feb 2024 21:12:56 +0000 (16:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 9 Feb 2024 15:36:29 +0000 (10:36 -0500)
commit68533c73d2e18feee78de649b6572002cc7ade92
tree63858905f65eed8192a1f7307067cc6a62b9b1a7
parentd1d5eb64290d33ed570c863b3b41250947953b97
Revert "tests/utils/utils.sh: quote command name when running it"

This reverts commit e612f2daa6b262796ca0750754142f0abd686f1d.

I believe that we want to do word splitting in these cases.  My
`$BT_TESTS_CC_BIN` is "ccache gcc".  Without word splitting, I get:

    /home/smarchi/src/babeltrace/tests/utils/utils.sh: line 431: ccache gcc: command not found

Change-Id: I7443dbcf1a45672cf4c7fcb7e15e94e83e85a832
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11766
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/utils/utils.sh
This page took 0.0243 seconds and 4 git commands to generate.