Skip to content

Commit

Permalink
Fix typo in tests makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 30, 2014
1 parent 52888a7 commit 38e008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests.mk
Expand Up @@ -598,7 +598,7 @@ CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
endif

ifeq ($(CFG_OSTYPE),apple-darwin)
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root"
endif

# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
Expand Down

5 comments on commit 38e008e

@bors
Copy link
Contributor

@bors bors commented on 38e008e Dec 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at frewsxcv@38e008e

@bors
Copy link
Contributor

@bors bors commented on 38e008e Dec 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging frewsxcv/rust/patch-1 = 38e008e into auto

@bors
Copy link
Contributor

@bors bors commented on 38e008e Dec 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

frewsxcv/rust/patch-1 = 38e008e merged ok, testing candidate = bda97e8

@bors
Copy link
Contributor

@bors bors commented on 38e008e Dec 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 38e008e Dec 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = bda97e8

Please sign in to comment.