Commit 7bfb94cd authored by Greg Williams's avatar Greg Williams
Browse files

Updated CI test sequence to fix handling of Java simulator for system testing

parent 4396d5b9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -236,9 +236,7 @@ desc "Run full CI build"
task :ci => [
  'clobber',
  # 'verbose', # uncomment to enable verbose output for CI builds
  'all',
  'server:shutdown',
  'java_sim:start',
  'all'
]

END {