We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbfc0b commit f716518Copy full SHA for f716518
src/test/run-make/tools.mk
@@ -10,7 +10,7 @@ RUN_BINFILE = $(TMPDIR)/$(1)
10
# This the basic way we will invoke the generated binary. It sets the
11
# LD_LIBRARY_PATH environment variable before running the binary.
12
RUN = $(TARGET_RPATH_ENV) $(RUN_BINFILE)
13
-FAILS = $(TARGET_RPATH_ENV) ( $(RUN_BINFILE) && exit 1 || exit 0 )
+FAILS = $(TARGET_RPATH_ENV) $(RUN_BINFILE) && exit 1 || exit 0
14
15
RLIB_GLOB = lib$(1)*.rlib
16
STATICLIB = $(TMPDIR)/lib$(1).a
0 commit comments