Skip to content

Commit 82811e8

Browse files
author
Andy Schwerin
committed
SERVER-5702 Fix Build Break
SCons has decidedly mixed feelings about recursively substituting expansion variables in env.Alias() statements. Replace "$UNITTEST_ALIAS" with "unittests" in SConstruct.
1 parent 82544c7 commit 82811e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,4 +1087,4 @@ def clean_old_dist_builds(env, target, source):
10871087
env.Alias("dist_clean", [], [clean_old_dist_builds])
10881088
env.AlwaysBuild("dist_clean")
10891089

1090-
env.Alias('all', ['core', 'tools', 'clientTests', 'test', '$UNITTEST_ALIAS'])
1090+
env.Alias('all', ['core', 'tools', 'clientTests', 'test', 'unittests'])

0 commit comments

Comments
 (0)