Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH] lttng-tools: remove bogus argument from prove invocation
@ 2014-10-28  2:00 Nathan Lynch
  2014-10-28  2:38 ` Jonathan Rajotte
  2014-10-29 18:28 ` David Goulet
  0 siblings, 2 replies; 5+ messages in thread
From: Nathan Lynch @ 2014-10-28  2:00 UTC (permalink / raw)


An argument of "$2" was added to the prove command line in
tests/run.sh by 68270f0f604e "Mi test: Basic test structure".  This is
harmless since run.sh is never called with more than one argument, but
it is confusing, and it breaks patches in OE that add support for
running tests on the target.

Signed-off-by: Nathan Lynch <nathan_lynch at mentor.com>
---
 tests/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run.sh b/tests/run.sh
index ce51639f7626..c6c50fd9cff9 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -19,4 +19,4 @@
 
 [ -z "$1" ] && echo "Error: No testlist. Please specify a testlist to run." && exit 1
 
-prove $2 --merge --exec '' - < $1
+prove --merge --exec '' - < $1
-- 
1.9.3




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-29 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28  2:00 [lttng-dev] [PATCH] lttng-tools: remove bogus argument from prove invocation Nathan Lynch
2014-10-28  2:38 ` Jonathan Rajotte
2014-10-28  4:02   ` Nathan Lynch
2014-10-28  4:15     ` Jonathan Rajotte
2014-10-29 18:28 ` David Goulet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox