[SERVER-28252] Fix mv command of debug symbols Created: 08/Mar/17  Updated: 05/Apr/17  Resolved: 10/Mar/17

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: 3.5.4
Fix Version/s: 3.5.5

Type: Bug Priority: Major - P3
Reporter: Jonathan Abrahams Assignee: Jonathan Abrahams
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: TIG 2017-03-27
Participants:

 Description   

The work done for SERVER-27868 used the following to mv debug symbols:

mv mongodb*/mongo.{debug,dSYM,pdb} mongodb*/mongod.{debug,dSYM,pdb} mongodb*/mongos.{debug,dSYM,pdb} . 2>/dev/null || true
rm -r mongodb*/*.{debug,dSYM,pdb} mongo-debugsymbols.tgz 2>/dev/null || true

On certain platforms this fails because bash is not the default shell.



 Comments   
Comment by Githook User [ 10/Mar/17 ]

Author:

{u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}

Message: SERVER-28252 Fix mv command of debug symbols
Branch: master
https://github.com/mongodb/mongo/commit/d063a465eb7423b04fd601d18c00ae67d67b8b4c

Generated at Thu Feb 08 04:17:36 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.