This is an automated email from the ASF dual-hosted git repository.
duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 9808a98 remove testing command
9808a98 is described below
commit 9808a98a85a624cd13644f87f79f8ec649a2e200
Author: Fei Deng <[email protected]>
AuthorDate: Fri Aug 2 13:38:58 2019 -0500
remove testing command
---
tests/gold_tests/cont_schedule/schedule.test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gold_tests/cont_schedule/schedule.test.py
b/tests/gold_tests/cont_schedule/schedule.test.py
index 98c7622..c82db17 100644
--- a/tests/gold_tests/cont_schedule/schedule.test.py
+++ b/tests/gold_tests/cont_schedule/schedule.test.py
@@ -42,7 +42,7 @@
Test.PreparePlugin(os.path.join(Test.Variables.AtsTestToolsDir, 'plugins', 'cont
# www.example.com Host
tr = Test.AddTestRun()
-tr.Processes.Default.Command = 'printf "Test TSContSchedule API" && sleep 5'
+tr.Processes.Default.Command = 'printf "Test TSContSchedule API"'
tr.Processes.Default.ReturnCode = 0
tr.Processes.Default.StartBefore(ts)
ts.Streams.All = "gold/schedule.gold"