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