Skip to content

Commit c8a2aa1

Browse files
author
James Tacker
committed
fixed runner script
1 parent 75e6ec2 commit c8a2aa1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runner.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#!/bin/bash
12
./sauce-runner-virtual-0.1.1-linux/bin/sauce-runner-virtual \
2-
-u $SAUCE_USERNAME \
3-
-k $SAUCE_ACCESS_KEY \
3+
-u "$SAUCE_USERNAME" \
4+
-k "$SAUCE_ACCESS_KEY" \
45
-f espresso \
56
-a ./android/app/build/outputs/apk/release/app-release.apk \
67
-t ./android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \

0 commit comments

Comments
 (0)