diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-10-05 16:39:09 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-10-05 16:39:09 +0900 |
| commit | a73e93be50fbfc87ddf3e3171d0980606283ea03 (patch) | |
| tree | 72299114800de5990d8c37c80bd0789ceec96081 /runtest.rb | |
| parent | b7be8f1fd7d8e5657d371c1409eee3348676abf7 (diff) | |
Always use SHELL=/bin/bash in our test
Diffstat (limited to 'runtest.rb')
| -rwxr-xr-x | runtest.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,8 @@ require 'fileutils' +ENV['SHELL'] = '/bin/bash' + while true if ARGV[0] == '-s' test_serialization = true @@ -223,6 +225,7 @@ run_make_test = proc do |mk| if ckati cmd = "../../ckati --use_find_emulator" end + cmd += ' SHELL=/bin/bash' if via_ninja cmd += ' --ninja' end |
