diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-01-14 17:58:03 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-01-14 17:58:03 +0000 |
| commit | 3d64f1c018db8226815461400c93535e4fe17fd1 (patch) | |
| tree | 0dd7fa9eea80b8f50af9a69ff9a3ddc48ff3594f | |
| parent | 02e30d70e2755e62815b9dcc2de3550489f454cf (diff) | |
| download | external_llvm-3d64f1c018db8226815461400c93535e4fe17fd1.zip external_llvm-3d64f1c018db8226815461400c93535e4fe17fd1.tar.gz external_llvm-3d64f1c018db8226815461400c93535e4fe17fd1.tar.bz2 | |
Need a space to separate Make options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45964 91177308-0d34-0410-b5e6-96231b3b80d8
| -rwxr-xr-x | utils/NewNightlyTest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 2c07a3f..a77c6d6 100755 --- a/utils/NewNightlyTest.pl +++ b/utils/NewNightlyTest.pl @@ -154,7 +154,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) { $CONFIGUREARGS .= " --disable-jit"; next; } if (/^-disable-cbe$/) { $PROGTESTOPTS .= " DISABLE_CBE=1"; next; } if (/^-disable-lto$/) { $PROGTESTOPTS .= " DISABLE_LTO=1"; next; } - if (/^-test-opts$/) { $PROGTESTOPTS .= "$ARGV[0]"; shift; next; } + if (/^-test-opts$/) { $PROGTESTOPTS .= " $ARGV[0]"; shift; next; } if (/^-verbose$/) { $VERBOSE = 1; next; } if (/^-debug$/) { $DEBUG = 1; next; } if (/^-nice$/) { $NICE = "nice "; next; } |
