Skip to content

Commit 6350b2d

Browse files
authored
Merge pull request #2046 from sarahmarshy/patch-2
Changed reference to old rtos location
2 parents d3f95d2 + 06706da commit 6350b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def setup_test_user_prj():
3737
print 'Test user project already generated...'
3838
return
3939

40-
setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(LIB_DIR, "rtos"), join(LIB_DIR, "tests", "mbed", "env")])
40+
setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(ROOT, "rtos"), join(LIB_DIR, "tests", "mbed", "env")])
4141

4242
# FAKE BUILD URL
4343
open(join(USER_SRC, "mbed.bld"), 'w').write("http://mbed.org/users/mbed_official/code/mbed/builds/976df7c37ad5\n")

0 commit comments

Comments
 (0)