diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-06-10 06:02:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-06-10 06:02:20 +0000 |
commit | c6b5d5ce918cfd0fc8a8352f709174edef415c89 (patch) | |
tree | 1c6e92f154f86b46d4de25e070563470c9344f4b /contrib/regression.sh | |
parent | f026c3ff3957ac8ac5894e8b1502a473133dc18c (diff) |
syn
Diffstat (limited to 'contrib/regression.sh')
-rwxr-xr-x | contrib/regression.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/regression.sh b/contrib/regression.sh index c629f12d1e..ca8316542d 100755 --- a/contrib/regression.sh +++ b/contrib/regression.sh @@ -1,8 +1,10 @@ #!/bin/sh cd cd gnunet +svn up echo "================START===================" >> regression.txt uname -a >> regression.txt +date >> regression.txt svn up >> regression.txt export GNUNET_PREFIX=$HOME export PATH=$HOME/bin:$PATH |