Skip to content

Commit

Permalink
Fix install location for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Mar 31, 2021
1 parent 10dddb8 commit c13de97
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -232,8 +232,8 @@ public void testACreateInitialUser() {
@Test
public void testCreateAppShellBug() {

//String installLocation = "/usr/local/antmedia";
String installLocation = "/Users/mekya/softwares/ant-media-server";
String installLocation = "/usr/local/antmedia";
//String installLocation = "/Users/mekya/softwares/ant-media-server";

String command = installLocation + "/create_app.sh -c true -n testapp -m 127.0.0.1:27018 -u user -s password -p " + installLocation;

Expand Down

0 comments on commit c13de97

Please sign in to comment.