Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-singer committed Apr 25, 2014
1 parent de0919b commit b149f8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ export DARTSDK=$(curl http://metadata/computeMetadata/v1beta1/instance/attribute
export PACKAGE=$(curl http://metadata/computeMetadata/v1beta1/instance/attributes/package)
export VERSION=$(curl http://metadata/computeMetadata/v1beta1/instance/attributes/version)
sudo -E -H -u financeCoding bash -c 'cd ~/ && git clone https://github.com/financeCoding/dart-carte-du-jour.git'
sudo -E -H -u financeCoding bash -c 'cd ~/ && rm -rf ~/pub-cache; source /etc/profile && cd ~/dart-carte-du-jour && pub install && dart bin/client_builder.dart --verbose --sdk $DARTSDK --package $PACKAGE --version $VERSION'
sudo -E -H -u financeCoding bash -c 'cd ~/ && gsutil cp gs://dart-carte-du-jour/configurations/config.json ~/dart-carte-du-jour/bin/config.json'
sudo -E -H -u financeCoding bash -c 'cd ~/ && gsutil cp gs://dart-carte-du-jour/configurations/rsa_private_key.pem ~/dart-carte-du-jour/bin/rsa_private_key.pem'
sudo -E -H -u financeCoding bash -c 'cd ~/ && rm -rf ~/pub-cache; source /etc/profile && cd ~/dart-carte-du-jour && pub install && dart bin/client_builder.dart --verbose --sdk $DARTSDK --config bin/config.json --package $PACKAGE --version $VERSION'
shutdown_instance"""));
});
});
Expand Down

0 comments on commit b149f8a

Please sign in to comment.