Docs/RCU: Correct sample code of qatomic_rcu_set
[qemu/ar7.git] / tests / docker / travis
blob47c03677d64c4a0748e415602c79aae5987a30ff
1 #!/bin/bash -e
3 # Mimic a travis testing matrix
5 # Copyright (c) 2016 Red Hat Inc.
7 # Authors:
8 # Fam Zheng <famz@redhat.com>
10 # This work is licensed under the terms of the GNU GPL, version 2
11 # or (at your option) any later version. See the COPYING file in
12 # the top-level directory.
14 . common.rc
16 requires pyyaml
17 cmdfile=/tmp/travis_cmd_list.sh
18 $QEMU_SRC/tests/docker/travis.py $QEMU_SRC/.travis.yml > $cmdfile
19 chmod +x $cmdfile
20 cd "$QEMU_SRC"
21 unset BUILD_DIR SRC_DIR
22 $cmdfile