diff options
| author | bors <bors@rust-lang.org> | 2014-04-18 00:01:22 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-18 00:01:22 -0700 |
| commit | d35804ea5e69c9a3a8957626533a856f976fe4e3 (patch) | |
| tree | d02a832cef59bf4bb220573de3e1410b9392df1c | |
| parent | c834bf45c4e5b19ae4e496ebfa007771447091a8 (diff) | |
| parent | 37096730fbcbf2f14990a024fa908a5dc427730d (diff) | |
| download | rust-d35804ea5e69c9a3a8957626533a856f976fe4e3.tar.gz rust-d35804ea5e69c9a3a8957626533a856f976fe4e3.zip | |
auto merge of #13581 : DiamondLovesYou/rust/tests-mk-typo, r=alexcrichton
I spotted this while working on https://github.com/mozilla/rust/pull/13450.
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index c134e71986f..b14b5a51527 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -568,7 +568,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \ --host $(3) \ --adb-path=$(CFG_ADB) \ --adb-test-dir=$(CFG_ADB_TEST_DIR) \ - --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \ + --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(3))" \ --target-rustcflags "$(RUSTC_FLAGS_$(2)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \ $$(CTEST_TESTARGS) |
