You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dm...@apache.org on 2017/11/09 00:43:28 UTC

aurora git commit: Fix tutorial test script

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 <da...@dmclaughlin.com>
Authored: Wed Nov 8 16:43:18 2017 -0800
Committer: David McLaughlin <da...@dmclaughlin.com>
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"