-
Notifications
You must be signed in to change notification settings - Fork 0
/
auto_run.sh
executable file
·41 lines (29 loc) · 895 Bytes
/
auto_run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/usr/bin/env bash
echo 'Start auto test - eraser'
cd G-parser && sh auto_run.sh $1 $2 && cd ..
cd pass && sh auto_run.sh && cd ..
cd rtLib && sh auto_run.sh && cd ..
dir=$PWD
#if [[ -z "${DEPLOY_ENV}" ]]; then
# echo 'skip test'
#
#else
# cd /home/cxworks/workspace/splash2/splash2-origin/codes && sh auto_run.sh && cd /home/cxworks/workspace/splash2/splash2-llvm/codes && sh auto_run.sh && cd $dir
#fi
echo 'End building eraser'
#echo 'Start auto test - use_after_free'
#
#cd G-parser && sh auto_run.sh use_after_free && cd ..
#
#cd eraser && sh auto_run.sh && cd ..
#
#cd rtLib && sh auto_run.sh && cd ..
#
#if [[ -z "${DEPLOY_ENV}" ]]; then
# echo 'skip test'
#
#else
# cd /home/cxworks/workspace/splash2/splash2-origin/codes && sh auto_run.sh && cd /home/cxworks/workspace/splash2/splash2-llvm/codes && sh auto_run.sh && cd $dir
#fi
#
#echo 'End building use_after_free'