Skip to content

Commit

Permalink
Fix README highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Aug 29, 2024
1 parent 4ca1701 commit 7068991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ The configuration file is in JSON format:
"stepName": "step 1",
"executablePath": "<path_to_executable>",
"arguments": ["arg1", "arg2", ...],
"output": "<output_file_name>", // Optional: Override use of stdout as input for next command to use a file.
"usesRuntime": true, // Optional: Set the LD_PRELOAD and LD_LIBRARY_PATH in the env to runtime
"usesInStr": true // Optional: Use the input stream of the testfile -- if it exists.
"output": "<output_file_name>",
"usesRuntime": true,
"usesInStr": true
}
]
}
Expand Down Expand Up @@ -198,4 +198,4 @@ to the end of `~/.bashrc`.
```bash
# C415 Testing Utility
export PATH="$HOME/Tester/bin/:$PATH"
```
```

0 comments on commit 7068991

Please sign in to comment.