Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25B6D200D45 for ; Thu, 9 Nov 2017 01:43:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 218E5160C01; Thu, 9 Nov 2017 00:43:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8EDD6160BDA for ; Thu, 9 Nov 2017 01:43:29 +0100 (CET) Received: (qmail 52192 invoked by uid 500); 9 Nov 2017 00:43:28 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 52183 invoked by uid 99); 9 Nov 2017 00:43:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2017 00:43:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D74BDFAB0; Thu, 9 Nov 2017 00:43:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dmclaughlin@apache.org To: commits@aurora.apache.org Message-Id: <15806580d7774b808ef783dc7688c99d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Fix tutorial test script Date: Thu, 9 Nov 2017 00:43:28 +0000 (UTC) archived-at: Thu, 09 Nov 2017 00:43:30 -0000 Repository: aurora Updated Branches: refs/heads/master 5dfe51c27 -> 773d2d6ab Fix tutorial test script Update script to reflect the contents of tutorial.md Reviewed at https://reviews.apache.org/r/63688/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/773d2d6a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/773d2d6a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/773d2d6a Branch: refs/heads/master Commit: 773d2d6ab65e6cdcbbdc210383d2e6edafe4a28d Parents: 5dfe51c Author: David McLaughlin Authored: Wed Nov 8 16:43:18 2017 -0800 Committer: David McLaughlin Committed: Wed Nov 8 16:43:18 2017 -0800 ---------------------------------------------------------------------- examples/vagrant/test_tutorial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/773d2d6a/examples/vagrant/test_tutorial.sh ---------------------------------------------------------------------- diff --git a/examples/vagrant/test_tutorial.sh b/examples/vagrant/test_tutorial.sh index ae06fd2..fb61969 100755 --- a/examples/vagrant/test_tutorial.sh +++ b/examples/vagrant/test_tutorial.sh @@ -131,7 +131,7 @@ await_task_in_state $JOB_KEY FAILED # Fix the bug in our test script. perl -pi -e 's|xrang\(|xrange\(|g' hello_world.py -aurora_command update "job update $JOB_KEY /vagrant/hello_world.aurora" +aurora_command update "update start $JOB_KEY /vagrant/hello_world.aurora" await_task_in_state $JOB_KEY RUNNING aurora_command killall "job killall $JOB_KEY"