From 2f89b014f1056eddc23356724f28a95ea218ffa5 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 28 Sep 2010 18:13:44 +0200 Subject: [PATCH] * test fixes --- Jamfile | 1 + projects/hello-world/tests/hello-world | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 90f685216..3c442afa9 100644 --- a/Jamfile +++ b/Jamfile @@ -26,6 +26,7 @@ # $Id$ SubDir TOP ; + # # Target directory: bin directory located in BUILD_ROOT # diff --git a/projects/hello-world/tests/hello-world b/projects/hello-world/tests/hello-world index a95669338..80cda76a1 100755 --- a/projects/hello-world/tests/hello-world +++ b/projects/hello-world/tests/hello-world @@ -2,7 +2,7 @@ set timeout 5 -spawn board/msba2/tools/bin/pseudoterm $env(PORT) +spawn pseudoterm $env(PORT) exec jam reset