File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 &&"
16
16
" wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
- " node test/image/make_baseline.js $1 "
17
+ " node test/image/make_baseline.js $@ "
18
18
)
19
19
20
20
docker exec -i $CONTAINER_NAME /bin/bash -c " ${CMD[*]} "
Original file line number Diff line number Diff line change 14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 && "
16
16
" wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
- " node test/image/export_test.js $1 "
17
+ " node test/image/export_test.js $@ "
18
18
)
19
19
20
20
docker exec -i $CONTAINER_NAME /bin/bash -c " ${CMD[*]} "
Original file line number Diff line number Diff line change 14
14
" cp -f test/image/index.html ../server_app/index.html &&"
15
15
" supervisorctl restart nw1 && "
16
16
" wget --server-response --spider --tries=10 --retry-connrefused http://localhost:9010/ping &&"
17
- " node test/image/compare_pixels_test.js $1 "
17
+ " node test/image/compare_pixels_test.js $@ "
18
18
)
19
19
20
20
docker exec -i $CONTAINER_NAME /bin/bash -c " ${CMD[*]} "
You can’t perform that action at this time.
0 commit comments