Steps to replicate the issue (include links if applicable):
- On toolforge, become gutensearch
- run toolforge webservice buildservice shell
- run touch xyzzy
- run ls -l xyzzy
- smile contentedly
- exit
- run toolforge webservice buildservice shell
- run ls -l xyzzy
- gasp!
What happens?:
tools.gutensearch@tools-bastion-15:~$ toolforge webservice buildservice shell
I have no name!@shell-1764896542:/workspace$ touch xyzzy
I have no name!@shell-1764896542:/workspace$ ls -l xyzzy
-rw-r--r-- 1 57211 57211 0 Dec 5 01:02 xyzzy
I have no name!@shell-1764896542:/workspace$ (ctrl+d)
logout
tools.gutensearch@tools-bastion-15:~$ toolforge webservice buildservice shell
I have no name!@shell-1764896572:/workspace$ ls -l xyzzy
ls: cannot access 'xyzzy': No such file or directory
I have no name!@shell-1764896572:/workspace$
What should have happened instead?:
- xyzzy should have stuck around!
Other information (browser name/version, screenshots, etc.):