Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Sync with upstream patches.
Browse files Browse the repository at this point in the history
Synced all interesting and usable upstream patches and fixed
any merge conflicts and changes needed to fit in the new world.

Fixes #80: Sync with upstream [07f8c2a069a96e8cd3212a037910baf76983f409]
  • Loading branch information
Marco van Wieringen committed Feb 20, 2013
1 parent ba265e3 commit 10487ab
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_multiple
@@ -1,4 +1,5 @@
#!/bin/sh
./starttime
export REGRESS_DEBUG=1
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; do
echo "$i. Doing $1 at `date +%R:%S`"
Expand All @@ -9,3 +10,4 @@ for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; do
exit 1
fi
done
./endtime

0 comments on commit 10487ab

Please sign in to comment.