Browse Source

Fix minor bug in the installation process for stream causing it to fail on travis

Alex Schneider 10 years ago
parent
commit
b9fb1fc531
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Dart/dart-stream/setup.py

+ 1 - 1
frameworks/Dart/dart-stream/setup.py

@@ -10,7 +10,7 @@ def start(args, logfile, errfile):
     #
     # install dart dependencies
     #
-    subprocess.check_call('pub upgrade', shell=True, cwd='dart-stream', stderr=errfile, stdout=logfile)
+    subprocess.check_call('$IROOT/dart-sdk/bin/pub upgrade', shell=True, cwd='dart-stream', stderr=errfile, stdout=logfile)
     #
     # start dart servers
     #