Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Tests
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 May 2012 at 02:06 UTC
Updated:
11 Sep 2013 at 05:12 UTC
This is a weird one. I have this software called "st" installed on this server. During the test suite, drush eventually will run this software, short for "simple terminal" , part of the suckless-tools package.
This is during the /home/anarcat/src/drush/drush.php site-install testing step. Here is the process tree:
10823 pts/5 S 0:00 \_ /usr/bin/php /usr/bin/phpunit .
11636 pts/5 S 0:00 \_ sh -c /home/anarcat/src/drush/drush.php core-cli --include=/home/anarcat/src/drush/tests --unit-extra='st;exit' --nocolor
11637 pts/5 S 0:00 \_ php /home/anarcat/src/drush/drush.php core-cli --include=/home/anarcat/src/drush/tests --unit-extra=st;exit --nocolor
12239 pts/5 S 0:00 \_ sh -c bash --rcfile /tmp/php2ZfXFW > `tty`
12241 pts/5 S+ 0:00 \_ bash --rcfile /tmp/php2ZfXFW
12242 pts/5 S+ 0:00 \_ st
12243 pts/9 Ss+ 0:00 \_ /bin/bash -i
... weird. If we mean to test core-cli, couldn't we just call "status" instead of 'st'?
Comments
Comment #1
anarcat commentedActually, this probably happens during:
it's just that it's the site-install step that's being displayed on the screen when the terminal pops up.
Comment #2
anarcat commentedI confirm that removing the suckless-tools package is a valid workaround.
Comment #3
moshe weitzman commentedok, so what should we do in drush, if anything?
Comment #4
anarcat commentedDo not call "st", but "status".
Comment #5
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If desired, you may copy this bug to our Github project and then post a link here to the new issue. Please also change the status of this issue to
closed (duplicate).Please ask support questions on Drupal Answers.