Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangatuan committed Jan 7, 2024
1 parent e16fa19 commit 944c984
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LeaksDetector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Just need to run the script:
```bash
$ swift build -c release
$ cd .build/release
$ cp -f leaksdetector $LeaksDetectorPath
$ cp -f leaksdetector ./../../../
```

### References:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import ArgumentParser
import Foundation

struct MaestroCommand: ParsableCommand {

static let configuration = CommandConfiguration(
commandName: "maestro",
abstract: "Perform memory leaks check by using Maestro testing tool."
)

#if DEBUG
private var processName = "MemoryLeaksCheck"
private var maestroFlowPath: String = "/Users/hoanganhtuan/Desktop/MemoryLeaksCheck/maestro/leaksCheckFlow.yaml"
Expand Down
Binary file modified LeaksDetector/leaksdetector
Binary file not shown.

0 comments on commit 944c984

Please sign in to comment.