Scope folder realtime refreshes by device
This commit is contained in:
@@ -83,6 +83,9 @@ exec "$@"
|
||||
assert.equal(sshCalls.length, 2);
|
||||
assert.match(sshCalls[0] ?? "", /sudo mkdir -p \/opt\/boss/);
|
||||
assert.match(rsyncArgs, /--rsync-path=sudo rsync/);
|
||||
assert.match(rsyncArgs, /--exclude \.project/);
|
||||
assert.match(rsyncArgs, /--exclude \.classpath/);
|
||||
assert.match(rsyncArgs, /--exclude \.settings/);
|
||||
assert.match(sshCalls[1] ?? "", /bootstrap-server\.sh/);
|
||||
assert.match(sshCalls[1] ?? "", /sudo chown -R ubuntu:ubuntu \/opt\/boss\/data \/opt\/boss\/public\/downloads/);
|
||||
assert.match(sshCalls[1] ?? "", /npm install --omit=dev/);
|
||||
|
||||
Reference in New Issue
Block a user