File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ while [ $# -gt 0 ]; do
60
60
echo " Pushing code to $HOST ..."
61
61
echo " ========================================================================="
62
62
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'
64
64
git push ssh://$HOST /~/tmp-test-capnp " $BRANCH :test"
65
65
ssh $HOST " cd tmp-test-capnp && git checkout test"
66
66
scp -qr c++/gtest $HOST :~ /tmp-test-capnp/c++/gtest
You can’t perform that action at this time.
0 commit comments