Skip to content

Commit 4c7ae53

Browse files
committedDec 14, 2014
Fix test script ugh.
1 parent 14bd8cd commit 4c7ae53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎mega-test-quick.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
linux-gcc-4.7 932 ./super-test.sh tmpdir capnp-gcc-4.7 quick gcc-4.7
2-
linux-gcc-4.8 932 ./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
3-
linux-clang 962 ./super-test.sh tmpdir capnp-clang quick clang
4-
mac 886 ./super-test.sh remote beat caffeinate quick
5-
cygwin 925 ./super-test.sh remote Kenton@flashman quick
1+
linux-gcc-4.9 950 ./super-test.sh tmpdir capnp-gcc-4.9 quick gcc-4.9
2+
linux-gcc-4.8 950 ./super-test.sh tmpdir capnp-gcc-4.8 quick gcc-4.8
3+
linux-clang 980 ./super-test.sh tmpdir capnp-clang quick clang
4+
mac 905 ./super-test.sh remote beat caffeinate quick
5+
cygwin 945 ./super-test.sh remote Kenton@flashman quick

‎super-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while [ $# -gt 0 ]; do
6060
echo "Pushing code to $HOST..."
6161
echo "========================================================================="
6262
BRANCH=$(git rev-parse --abbrev-ref HEAD)
63-
ssh $HOST 'chmod -R +w tmp-test-capnp && rm -rf tmp-test-capnp && mkdir tmp-test-capnp && git init tmp-test-capnp'
63+
ssh $HOST '(chmod -fR +w tmp-test-capnp || true) && rm -rf tmp-test-capnp && mkdir tmp-test-capnp && git init tmp-test-capnp'
6464
git push ssh://$HOST/~/tmp-test-capnp "$BRANCH:test"
6565
ssh $HOST "cd tmp-test-capnp && git checkout test"
6666
scp -qr c++/gtest $HOST:~/tmp-test-capnp/c++/gtest

0 commit comments

Comments
 (0)
Please sign in to comment.