Skip to content

Commit 8c72c41

Browse files
committed
Undo hack to overrun test
This commit broke the overrun test: 05c8f85 This hack fixed it: e3237db After the 'autoload' feature, 05c8f85 was reversed: 164647d Now the overrun test is breaking on the buildbots, even though not on my various test environments. This commit reverses 05c8 because it's right, and hopefully the buildbots will stop getting hosed on this test.
1 parent f56614d commit 8c72c41

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/overrun/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ trap "rm -rf $TMPDIR" 0 1 2 3 9 15
55
TEST_HAL=$TMPDIR/test.hal
66
echo loadusr -w echo overrun > $TMPDIR/test.hal
77

8-
realtime stop
9-
108
! runtests $TMPDIR 2>&1
11-
12-
realtime start

0 commit comments

Comments
 (0)